Upgraded to Alpine 3.13.5

This commit is contained in:
Raoni Meira Gabriel 2021-06-02 09:10:21 -03:00
parent 1fde8e03b2
commit 37c34ac2ea
4 changed files with 4 additions and 4 deletions

View File

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