feat(project): Updated Go Version in Dockerfile
Build and Push Docker image / build-and-push (push) Successful in 3m27s Details

This commit is contained in:
Valentin Kolb 2024-04-22 22:01:02 +02:00
parent 57daca47bc
commit 99d13843b0
1 changed files with 1 additions and 1 deletions

View File

@ -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"