From d36a031654f52ab95601de1f8a841765177cf702 Mon Sep 17 00:00:00 2001 From: J0WI Date: Tue, 24 May 2022 19:36:40 +0200 Subject: [PATCH] Alpine 3.16 --- 5/alpine/Dockerfile | 2 +- 6.0/alpine/Dockerfile | 2 +- 6.2/alpine/Dockerfile | 2 +- 7.0/alpine/Dockerfile | 2 +- Dockerfile-alpine.template | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/5/alpine/Dockerfile b/5/alpine/Dockerfile index 6091a5575..5cf2ef40b 100644 --- a/5/alpine/Dockerfile +++ b/5/alpine/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.15 +FROM alpine:3.16 # add our user and group first to make sure their IDs get assigned consistently, regardless of whatever dependencies get added RUN addgroup -S -g 1000 redis && adduser -S -G redis -u 999 redis diff --git a/6.0/alpine/Dockerfile b/6.0/alpine/Dockerfile index 30be16048..b685d186e 100644 --- a/6.0/alpine/Dockerfile +++ b/6.0/alpine/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.15 +FROM alpine:3.16 # add our user and group first to make sure their IDs get assigned consistently, regardless of whatever dependencies get added RUN addgroup -S -g 1000 redis && adduser -S -G redis -u 999 redis diff --git a/6.2/alpine/Dockerfile b/6.2/alpine/Dockerfile index 178c0bdcb..c6ccfccb2 100644 --- a/6.2/alpine/Dockerfile +++ b/6.2/alpine/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.15 +FROM alpine:3.16 # add our user and group first to make sure their IDs get assigned consistently, regardless of whatever dependencies get added RUN addgroup -S -g 1000 redis && adduser -S -G redis -u 999 redis diff --git a/7.0/alpine/Dockerfile b/7.0/alpine/Dockerfile index 95bdaa35a..9a07e68eb 100644 --- a/7.0/alpine/Dockerfile +++ b/7.0/alpine/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.15 +FROM alpine:3.16 # add our user and group first to make sure their IDs get assigned consistently, regardless of whatever dependencies get added RUN addgroup -S -g 1000 redis && adduser -S -G redis -u 999 redis diff --git a/Dockerfile-alpine.template b/Dockerfile-alpine.template index 5b62a612a..65e0d5c9e 100644 --- a/Dockerfile-alpine.template +++ b/Dockerfile-alpine.template @@ -1,4 +1,4 @@ -FROM alpine:3.15 +FROM alpine:3.16 # add our user and group first to make sure their IDs get assigned consistently, regardless of whatever dependencies get added RUN addgroup -S -g 1000 redis && adduser -S -G redis -u 999 redis