Skip to content

Commit

Permalink
Merge pull request #26 from castai/fix-debian-vulnerability
Browse files Browse the repository at this point in the history
feat: update image Debian version to fix vulnerability
  • Loading branch information
linkas45 authored Jan 29, 2025
2 parents 1a129ee + 6f4d280 commit f5da59c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM gcr.io/distroless/static-debian11
FROM gcr.io/distroless/static-debian12
ARG TARGETARCH amd64
COPY bin/spot-handler-$TARGETARCH /usr/local/bin/spot-handler
CMD ["spot-handler"]

0 comments on commit f5da59c

Please sign in to comment.