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
#34)

* chore: Update Go version to 1.23.3 and Busybox to 1.37.0 in Dockerfile

Signed-off-by: Javier Lopez <[email protected]>

* chore: downgrade Go version to 1.22.9 in Dockerfile

Signed-off-by: Javier Lopez <[email protected]>

---------

Signed-off-by: Javier Lopez <[email protected]>
  • Loading branch information
jLopezbarb authored Dec 2, 2024
1 parent b710a63 commit 788bcb9
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.22.9-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 788bcb9

Please sign in to comment.