From f1b9f60433cce29cd0a643448b650f048bfc983e Mon Sep 17 00:00:00 2001 From: Raoni Meira Gabriel <2515360+raonigabriel@users.noreply.github.com> Date: Tue, 23 Feb 2021 12:15:29 -0300 Subject: [PATCH] Upgraded to Alpine 3.13.2 --- 386/Dockerfile | 2 +- amd64/Dockerfile | 2 +- arm64/Dockerfile | 2 +- armv7/Dockerfile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/386/Dockerfile b/386/Dockerfile index 3e65949..f380ed4 100644 --- a/386/Dockerfile +++ b/386/Dockerfile @@ -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 && \ diff --git a/amd64/Dockerfile b/amd64/Dockerfile index 5c57942..bb8a51a 100644 --- a/amd64/Dockerfile +++ b/amd64/Dockerfile @@ -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 && \ diff --git a/arm64/Dockerfile b/arm64/Dockerfile index a513f24..fc0d012 100644 --- a/arm64/Dockerfile +++ b/arm64/Dockerfile @@ -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 && \ diff --git a/armv7/Dockerfile b/armv7/Dockerfile index 9afa13e..fe3d0fb 100644 --- a/armv7/Dockerfile +++ b/armv7/Dockerfile @@ -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 && \