mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-24 08:52:31 +02:00
update stunnel
This commit is contained in:
parent
e086480fe1
commit
54d63ed925
@ -2,11 +2,11 @@
|
||||
# Dockerfile for stunnel
|
||||
#
|
||||
|
||||
FROM alpine
|
||||
FROM alpine:edge
|
||||
|
||||
MAINTAINER kev <noreply@easypi.info>
|
||||
|
||||
RUN apk add --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing stunnel
|
||||
RUN apk add --no-cache stunnel
|
||||
|
||||
COPY docker-entrypoint.sh /entrypoint.sh
|
||||
|
||||
|
@ -2,11 +2,11 @@
|
||||
# Dockerfile for stunnel-arm
|
||||
#
|
||||
|
||||
FROM easypi/alpine-arm
|
||||
FROM easypi/alpine-arm:edge
|
||||
|
||||
MAINTAINER kev <noreply@easypi.info>
|
||||
|
||||
RUN apk add --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing stunnel
|
||||
RUN apk add --no-cache stunnel
|
||||
|
||||
COPY docker-entrypoint.sh /entrypoint.sh
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user