Skip to content
This repository has been archived by the owner on Jul 2, 2023. It is now read-only.

Commit

Permalink
#21
Browse files Browse the repository at this point in the history
  • Loading branch information
Bill Wang committed Oct 12, 2022
1 parent d6c5d14 commit c218646
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
FROM alpine
FROM alpine:edge

RUN apk --no-cache add socat
ARG VERSION=1.7.4.3-r0

RUN apk --no-cache add socat=${VERSION}

ENTRYPOINT ["socat"]

0 comments on commit c218646

Please sign in to comment.