Skip to content

Commit

Permalink
Fix for Dockerfile smell DL3007
Browse files Browse the repository at this point in the history
Signed-off-by: Giovanni Rosa <[email protected]>
  • Loading branch information
grosa1 authored and chandanpasunoori committed Apr 20, 2023
1 parent 2113edb commit b35e746
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 alpine:latest as alpine_builder
FROM alpine:3.17.3 as alpine_builder
RUN apk --no-cache add ca-certificates
RUN apk --no-cache add tzdata
ENTRYPOINT ["/kail"]
Expand Down

0 comments on commit b35e746

Please sign in to comment.