Skip to content

Commit

Permalink
chore: Update Go version to 1.23.3 and Busybox to 1.37.0 in Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Javier Lopez <javier@okteto.com>
  • Loading branch information
jLopezbarb committed Dec 2, 2024
1 parent b710a63 commit eb04f27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.22-bookworm as builder
FROM golang:1.23.3-bookworm as builder

WORKDIR /app

Expand All @@ -12,7 +12,7 @@ COPY cmd /app/cmd
ARG COMMIT_SHA
RUN make

FROM busybox
FROM busybox:1.37.0

COPY --from=builder /app/remote /usr/local/bin/remote
RUN chmod +x /usr/local/bin/remote
Expand Down

0 comments on commit eb04f27

Please sign in to comment.