Skip to content

Commit

Permalink
feat: pin base image version to latest alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
kha7iq committed Aug 30, 2024
1 parent 9189404 commit c213a00
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,3 +1,3 @@
FROM alpine:latest
FROM alpine:3.20.2
ENTRYPOINT ["/usr/bin/drl-exporter"]
COPY drl-exporter /usr/bin/drl-exporter

0 comments on commit c213a00

Please sign in to comment.