Skip to content

Commit

Permalink
Merge pull request #51 from hhomar/update-alpine-base
Browse files Browse the repository at this point in the history
Update to latest alpine docker image
  • Loading branch information
marko-gacesa authored Jun 30, 2021
2 parents e1ed8d0 + a0abcef commit b27b344
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile.linux.amd64
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM alpine:3.6 as alpine
FROM alpine:3.13 as alpine
RUN apk add -U --no-cache ca-certificates

FROM alpine:3.6
FROM alpine:3.13
EXPOSE 3000

ENV GODEBUG netdns=go
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.linux.arm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.6 as alpine
FROM alpine:3.13 as alpine
RUN apk add -U --no-cache ca-certificates

FROM scratch
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.linux.arm64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.6 as alpine
FROM alpine:3.13 as alpine
RUN apk add -U --no-cache ca-certificates

FROM scratch
Expand Down

0 comments on commit b27b344

Please sign in to comment.