Browse Source

chore(deps): bump golang from 1.19.0-alpine to 1.19.1-alpine (#1540)

Bumps golang from 1.19.0-alpine to 1.19.1-alpine.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] 3 years ago
parent
commit
36f988b59e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile.standalone

+ 1 - 1
Dockerfile.standalone

@@ -1,5 +1,5 @@
 # This version of Dockerfile is for building without external dependencies.
-FROM golang:1.19.0-alpine AS builder
+FROM golang:1.19.1-alpine AS builder
 ENV CGO_ENABLED=0 GOOS=linux GOARCH=amd64
 WORKDIR /app
 # Avoid invalidating the `go mod download` cache when only code has changed.