Skip to content

Commit

Permalink
fix docker:alpine to v3 in dockerfile to prevent broken 'edge' versio…
Browse files Browse the repository at this point in the history
…n in builds
  • Loading branch information
sduchesneau committed Mar 26, 2024
1 parent 90cb55e commit 27d6b42
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 @@ -12,7 +12,7 @@ RUN go build -v -ldflags "-X main.version=${VERSION}" ./cmd/firecore

####

FROM alpine:edge
FROM alpine:3


RUN apk --no-cache add \
Expand Down

0 comments on commit 27d6b42

Please sign in to comment.