Skip to content

Commit

Permalink
bump alpine to v3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
jmb12686 authored Jul 13, 2020
1 parent 227aac3 commit 77726e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.11
FROM alpine:3.12

ARG BUILD_DATE
ARG VCS_REF
Expand All @@ -19,4 +19,4 @@ LABEL maintainer="John Belisle" \

RUN apk add --no-cache socat

ENTRYPOINT ["socat"]
ENTRYPOINT ["socat"]

0 comments on commit 77726e2

Please sign in to comment.