diff --git a/Docker/ods-api-bulk-load-console/alpine/Dockerfile b/Docker/ods-api-bulk-load-console/alpine/Dockerfile index d537b8f89..678688daf 100644 --- a/Docker/ods-api-bulk-load-console/alpine/Dockerfile +++ b/Docker/ods-api-bulk-load-console/alpine/Dockerfile @@ -15,7 +15,7 @@ RUN dotnet tool install -g \ # Smaller image FROM mcr.microsoft.com/dotnet/runtime:8.0.10-alpine3.20@sha256:3230a42af24d0a73b77219bb4bc742aa2fd851b38db62d1decd61fb88a72de07 -RUN apk --upgrade --no-cache add gettext=~0 bash=~5 busybox=~1.36 openssl=~3 && \ +RUN apk --upgrade --no-cache add gettext=~0 bash=~5 busybox=~1.36 openssl~=3.3.2-r1 && \ addgroup -S edfi && adduser -S edfi -G edfi LABEL maintainer="Ed-Fi Alliance, LLC and Contributors " diff --git a/Docker/ods-api-db-admin/alpine/pgsql/Dockerfile b/Docker/ods-api-db-admin/alpine/pgsql/Dockerfile index e871bd9e4..522116ee3 100644 --- a/Docker/ods-api-db-admin/alpine/pgsql/Dockerfile +++ b/Docker/ods-api-db-admin/alpine/pgsql/Dockerfile @@ -5,7 +5,7 @@ # Base image with additional packages FROM postgres:16.4-alpine3.20@sha256:ad47523c5154f587f0be492539c76c6c3394e8a7b02f2d86f7b8b32297a862a6 AS base -RUN apk --upgrade --no-cache add unzip=~6 dos2unix=~7 busybox=~1.36 openssl=~3 libxml2=~2 +RUN apk --upgrade --no-cache add unzip=~6 dos2unix=~7 busybox=~1.36 openssl~=3.3.2-r1 libxml2=~2 # Start a new layer so that the above layer can be cached FROM base AS build diff --git a/Docker/ods-api-db-ods-minimal/alpine/pgsql/Dockerfile b/Docker/ods-api-db-ods-minimal/alpine/pgsql/Dockerfile index fc11f8f51..d5ffec7a1 100644 --- a/Docker/ods-api-db-ods-minimal/alpine/pgsql/Dockerfile +++ b/Docker/ods-api-db-ods-minimal/alpine/pgsql/Dockerfile @@ -5,7 +5,7 @@ # Base image with additional packages FROM postgres:16.4-alpine3.20@sha256:ad47523c5154f587f0be492539c76c6c3394e8a7b02f2d86f7b8b32297a862a6 AS base -RUN apk --upgrade --no-cache add unzip=~6 dos2unix=~7 busybox=~1.36 openssl=~3 libxml2=~2 +RUN apk --upgrade --no-cache add unzip=~6 dos2unix=~7 busybox=~1.36 openssl~=3.3.2-r1 libxml2=~2 # Start a new layer so that the above layer can be cached FROM base AS build diff --git a/Docker/ods-api-db-ods-sandbox/alpine/pgsql/Dockerfile b/Docker/ods-api-db-ods-sandbox/alpine/pgsql/Dockerfile index e2fda9b4e..5882ca665 100644 --- a/Docker/ods-api-db-ods-sandbox/alpine/pgsql/Dockerfile +++ b/Docker/ods-api-db-ods-sandbox/alpine/pgsql/Dockerfile @@ -5,7 +5,7 @@ # Base image with additional packages FROM postgres:16.4-alpine3.20@sha256:ad47523c5154f587f0be492539c76c6c3394e8a7b02f2d86f7b8b32297a862a6 AS base -RUN apk --upgrade --no-cache add unzip=~6 dos2unix=~7 busybox=~1.36 openssl=~3 libxml2=~2 +RUN apk --upgrade --no-cache add unzip=~6 dos2unix=~7 busybox=~1.36 openssl~=3.3.2-r1 libxml2=~2 # Start a new layer so that the above layer can be cached FROM base AS build diff --git a/Docker/ods-api-web-api/alpine/pgsql/Dockerfile b/Docker/ods-api-web-api/alpine/pgsql/Dockerfile index daa0f4ab7..6d5b450c4 100644 --- a/Docker/ods-api-web-api/alpine/pgsql/Dockerfile +++ b/Docker/ods-api-web-api/alpine/pgsql/Dockerfile @@ -10,7 +10,7 @@ RUN apk --upgrade --no-cache add unzip=~6 dos2unix=~7 bash=~5 gettext=~0 icu=~74 # Start a new layer so that the above layer can be cached FROM base AS build -RUN apk --upgrade --no-cache add postgresql16-client=~16 +RUN apk --upgrade --no-cache add postgresql16-client=~16.6 ARG API_VERSION ARG STANDARD_VERSION ARG API_URL=https://pkgs.dev.azure.com/ed-fi-alliance/Ed-Fi-Alliance-OSS/_apis/packaging/feeds/EdFi/nuget/packages/EdFi.Suite3.Ods.WebApi.Standard.${STANDARD_VERSION}/versions/${API_VERSION}/content diff --git a/Docker/ods-api-web-sandbox-admin/alpine/pgsql/Dockerfile b/Docker/ods-api-web-sandbox-admin/alpine/pgsql/Dockerfile index 7d97b1431..df0654f4f 100644 --- a/Docker/ods-api-web-sandbox-admin/alpine/pgsql/Dockerfile +++ b/Docker/ods-api-web-sandbox-admin/alpine/pgsql/Dockerfile @@ -10,7 +10,7 @@ RUN apk --upgrade --no-cache add unzip=~6 dos2unix=~7 bash=~5 gettext=~0 icu=~74 # Start a new layer so that the above layer can be cached FROM base AS build -RUN apk --upgrade --no-cache add postgresql16-client=~16 +RUN apk --upgrade --no-cache add postgresql16-client=~16.6 ARG SANDBOX_VERSION ARG SANDBOX_URL=https://pkgs.dev.azure.com/ed-fi-alliance/Ed-Fi-Alliance-OSS/_apis/packaging/feeds/EdFi/nuget/packages/EdFi.Suite3.Ods.SandboxAdmin/versions/${SANDBOX_VERSION}/content