Bump golang from 1.18-alpine to 1.19-alpine (#268)

Bumps golang from 1.18-alpine to 1.19-alpine.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
...

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>
pull/266/head
dependabot[bot] 2 years ago committed by GitHub
parent 72a40eaaa2
commit 046331748c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,4 +1,4 @@
FROM golang:1.18-alpine as builder FROM golang:1.19-alpine as builder
WORKDIR /app WORKDIR /app
COPY go.* . COPY go.* .

Loading…
Cancel
Save