diff --git a/Dockerfile b/Dockerfile index bc9a1d6..35c6e34 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ ARG APPLICATION=mcvs-integrationtest-services -FROM golang:1.23.4-alpine AS builder +FROM golang:1.23.5-alpine AS builder ARG APPLICATION ENV CGO_ENABLED=0 \ GOARCH=amd64 \ diff --git a/go.mod b/go.mod index e7f1b5c..da4c415 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module schubergphilis/mcvs-integrationtest-services -go 1.23.4 +go 1.23.5 require ( github.com/caarlos0/env/v9 v9.0.0