We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62f93ba commit 9fcf448Copy full SHA for 9fcf448
Dockerfile
@@ -1,6 +1,6 @@
1
ARG APPLICATION=mcvs-integrationtest-services
2
3
-FROM golang:1.23.5-alpine AS builder
+FROM golang:1.23.6-alpine AS builder
4
ARG APPLICATION
5
ENV CGO_ENABLED=0 \
6
GOARCH=amd64 \
go.mod
module schubergphilis/mcvs-integrationtest-services
-go 1.23.5
+go 1.23.6
require (
github.com/caarlos0/env/v9 v9.0.0
0 commit comments