Upgraded to Alpine 3.13.2

This commit is contained in:
Raoni Meira Gabriel 2021-02-23 12:15:29 -03:00
parent f397f6464c
commit f1b9f60433
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
FROM alpine:edge
FROM alpine:3.13.2
# Whenever possible, install tools using the distro package manager
RUN apk add --no-cache tini ttyd socat nginx unzip openssl openssh ca-certificates && \

View File

@ -1,4 +1,4 @@
FROM alpine:edge
FROM alpine:3.13.2
# Whenever possible, install tools using the distro package manager
RUN apk add --no-cache tini ttyd socat nginx unzip openssl openssh ca-certificates && \

View File

@ -1,4 +1,4 @@
FROM alpine:edge
FROM alpine:3.13.2
# Whenever possible, install tools using the distro package manager
RUN apk add --no-cache tini ttyd socat nginx unzip openssl openssh ca-certificates && \

View File

@ -1,4 +1,4 @@
FROM alpine:edge
FROM alpine:3.13.2
# Whenever possible, install tools using the distro package manager
RUN apk add --no-cache tini ttyd socat nginx unzip openssl openssh ca-certificates && \