Upgraded to Alpine 3.13.5
This commit is contained in:
parent
1fde8e03b2
commit
37c34ac2ea
@ -1,4 +1,4 @@
|
|||||||
FROM alpine:3.13.2
|
FROM alpine:3.13.5
|
||||||
|
|
||||||
# Whenever possible, install tools using the distro package manager
|
# Whenever possible, install tools using the distro package manager
|
||||||
RUN apk add --no-cache tini ttyd socat nginx unzip openssl openssh ca-certificates && \
|
RUN apk add --no-cache tini ttyd socat nginx unzip openssl openssh ca-certificates && \
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM alpine:3.13.2
|
FROM alpine:3.13.5
|
||||||
|
|
||||||
# Whenever possible, install tools using the distro package manager
|
# Whenever possible, install tools using the distro package manager
|
||||||
RUN apk add --no-cache tini ttyd socat nginx unzip openssl openssh ca-certificates && \
|
RUN apk add --no-cache tini ttyd socat nginx unzip openssl openssh ca-certificates && \
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM alpine:3.13.2
|
FROM alpine:3.13.5
|
||||||
|
|
||||||
# Whenever possible, install tools using the distro package manager
|
# Whenever possible, install tools using the distro package manager
|
||||||
RUN apk add --no-cache tini ttyd socat nginx unzip openssl openssh ca-certificates && \
|
RUN apk add --no-cache tini ttyd socat nginx unzip openssl openssh ca-certificates && \
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM alpine:3.13.2
|
FROM alpine:3.13.5
|
||||||
|
|
||||||
# Whenever possible, install tools using the distro package manager
|
# Whenever possible, install tools using the distro package manager
|
||||||
RUN apk add --no-cache tini ttyd socat nginx unzip openssl openssh ca-certificates && \
|
RUN apk add --no-cache tini ttyd socat nginx unzip openssl openssh ca-certificates && \
|
||||||
|
Loading…
Reference in New Issue
Block a user