Skip to content

Commit

Permalink
chore: #72 Update go in DOckerfile to 1.21.3
Browse files Browse the repository at this point in the history
Signed-off-by: Laurent Broudoux <laurent.broudoux@gmail.com>
  • Loading branch information
lbroudoux committed Oct 16, 2024
1 parent 485f1e0 commit 90ce591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build binary
FROM --platform=$BUILDPLATFORM golang:1.17.1-alpine AS build-env
FROM --platform=$BUILDPLATFORM golang:1.21.3-alpine AS build-env
ADD . /app
WORKDIR /app
ARG TARGETOS
Expand Down

0 comments on commit 90ce591

Please sign in to comment.