Bump golang from 1.18-alpine to 1.19-alpine

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>
This commit is contained in:
dependabot[bot]
2022-12-09 16:24:50 +00:00
committed by GitHub
parent ec61effe22
commit c6fc7e847b

View File

@@ -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.* .