Bump golang from 1.19-alpine to 1.21-alpine

Bumps golang from 1.19-alpine to 1.21-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]
2023-11-15 09:21:28 +00:00
committed by GitHub
parent 046b2040c3
commit 35bf0249ad

View File

@@ -1,4 +1,4 @@
FROM golang:1.19-alpine as builder
FROM golang:1.21-alpine as builder
LABEL maintainer="Łukasz Budnik lukasz.budnik@gmail.com"