Skip to content

Commit 1712008

Browse files
pascaldespascalandy
authored andcommitted
update base image to alpine:3.9
1 parent 777cb4a commit 1712008

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dockerfiles/socat/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.8
1+
FROM alpine:3.9
22

33
RUN apk update && apk upgrade && \
44
apk add --no-cache socat tini && \
@@ -10,4 +10,4 @@ RUN chmod +x /run.sh
1010

1111
ENTRYPOINT [ "/sbin/tini", "--" ]
1212

13-
CMD [ "/run.sh" ]
13+
CMD [ "/run.sh" ]

0 commit comments

Comments
 (0)