From 909359ca674182ca9149dade8de9a6cd2d90529b Mon Sep 17 00:00:00 2001 From: "filip.mihajlovski" Date: Thu, 20 Jul 2023 11:00:03 +0200 Subject: [PATCH] updated alpine version of 2.9 --- images/ckan/2.9/Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/images/ckan/2.9/Dockerfile b/images/ckan/2.9/Dockerfile index 8d075c8..41e0433 100644 --- a/images/ckan/2.9/Dockerfile +++ b/images/ckan/2.9/Dockerfile @@ -1,7 +1,7 @@ ################## ### Build CKAN ### ################## -FROM alpine:3.13.7 as ckanbuild +FROM alpine:3.18.2 as ckanbuild # Used by Github Actions to tag the image with ENV IMAGE_TAG=2.9.9 @@ -66,7 +66,7 @@ RUN pip wheel --wheel-dir=/wheels uWSGI==2.0.20 gevent==21.12.0 greenlet==1.1.3 ########################### ### Default-Extensions #### ########################### -FROM alpine:3.13.7 as extbuild +FROM alpine:3.18.2 as extbuild # Set src dirs ENV SRC_DIR=/srv/app/src @@ -101,7 +101,7 @@ RUN pip wheel --wheel-dir=/wheels git+${ENVVARS_GIT_URL}@${ENVVARS_GIT_BRANCH}#e ############ ### MAIN ### ############ -FROM alpine:3.13.7 +FROM alpine:3.18.2 LABEL maintainer="Keitaro Inc " LABEL org.opencontainers.image.source https://github.com/keitaroinc/docker-ckan