Skip to content

Commit 58ffc61

Browse files
authored
Update Go base image to version 1.24.0
Updating Golang base image to 1.24.0 as our mod file is using go 1.24.0 as per #207
1 parent b6f47d6 commit 58ffc61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build binary
2-
FROM --platform=$BUILDPLATFORM golang:1.23.0-alpine AS build-env
2+
FROM --platform=$BUILDPLATFORM golang:1.24.0-alpine AS build-env
33
ADD . /app
44
WORKDIR /app
55
ARG TARGETOS
@@ -29,4 +29,4 @@ COPY --from=build-env /app/microcks ${CLI}
2929
COPY build/bin /usr/local/bin
3030
RUN /usr/local/bin/user_setup
3131

32-
USER ${USER_UID}
32+
USER ${USER_UID}

0 commit comments

Comments
 (0)