Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
prakash100198 committed Nov 4, 2024
1 parent 9cd7b3c commit 819eaef
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
Expand Up @@ -14,7 +14,7 @@ ADD . /silver-surfer/
RUN GOOS=linux make

# Prod Build
FROM alpine3.17
FROM alpine:3.17
RUN apk add --no-cache ca-certificates
RUN apk update
RUN apk add git
Expand Down

0 comments on commit 819eaef

Please sign in to comment.