feat(project): Updated Go Version in Dockerfile
Build and Push Docker image / build-and-push (push) Successful in 3m27s
Details
Build and Push Docker image / build-and-push (push) Successful in 3m27s
Details
This commit is contained in:
parent
57daca47bc
commit
99d13843b0
|
@ -1,6 +1,6 @@
|
|||
# Start from the official Go image to create a build artifact.
|
||||
# This is the first stage of a multi-stage build.
|
||||
FROM golang:1.19 as builder
|
||||
FROM golang:1.21 as builder
|
||||
|
||||
# Set labels
|
||||
LABEL maintainer="Valentin Kolb"
|
||||
|
|
Loading…
Reference in New Issue