Skip to content

Commit

Permalink
Updated to latest alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
dprosper committed Mar 19, 2020
1 parent 82f7da2 commit 0371a38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/go-app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ RUN apk add --no-cache git
COPY . /main
RUN CGO_ENABLED=0 GOOS=linux go build

FROM alpine:edge
FROM alpine:latest
RUN apk add --no-cache ca-certificates
COPY --from=builder /main /main
EXPOSE 8080
Expand Down

0 comments on commit 0371a38

Please sign in to comment.