We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6f47d6 commit 58ffc61Copy full SHA for 58ffc61
build/Dockerfile
@@ -1,5 +1,5 @@
1
# Build binary
2
-FROM --platform=$BUILDPLATFORM golang:1.23.0-alpine AS build-env
+FROM --platform=$BUILDPLATFORM golang:1.24.0-alpine AS build-env
3
ADD . /app
4
WORKDIR /app
5
ARG TARGETOS
@@ -29,4 +29,4 @@ COPY --from=build-env /app/microcks ${CLI}
29
COPY build/bin /usr/local/bin
30
RUN /usr/local/bin/user_setup
31
32
-USER ${USER_UID}
+USER ${USER_UID}
0 commit comments