Upgraded to Alpine 3.13.2
This commit is contained in:
parent
f397f6464c
commit
f1b9f60433
@ -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 && \
|
||||
|
@ -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 && \
|
||||
|
@ -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 && \
|
||||
|
@ -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 && \
|
||||
|
Loading…
Reference in New Issue
Block a user