mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-26 23:21:36 +01:00
update stunnel
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user