diff --git a/Dojofile b/Dojofile index 68f4a63..a731e3f 100644 --- a/Dojofile +++ b/Dojofile @@ -1 +1 @@ -DOJO_DOCKER_IMAGE="nhsdev/deductions-infra-dojo:22-d1e07974" \ No newline at end of file +DOJO_DOCKER_IMAGE="nhsdev/deductions-infra-dojo:24-47f9f50f" diff --git a/image/Dockerfile b/image/Dockerfile index 8181574..b2e21aa 100644 --- a/image/Dockerfile +++ b/image/Dockerfile @@ -1,4 +1,4 @@ -FROM node:20-alpine +FROM node:22.5-alpine # Install common Dojo scripts ENV DOJO_VERSION=0.11.0 @@ -10,10 +10,7 @@ RUN echo "http://dl-cdn.alpinelinux.org/alpine/edge/community" >> /etc/apk/repos rm -r /tmp/dojo_git &&\ echo 'dojo ALL=(ALL) NOPASSWD: ALL' >> /etc/sudoers -ENV AWS_CLI_VERSION=2.15.12 BOTO3_VERSION=1.34.23 -RUN apk add --no-cache make python3 py3-pip curl groff &&\ - python3 -m ensurepip --upgrade &&\ - python3 -m pip install awscli==${AWS_CLI_VERSION} boto3==${BOTO3_VERSION} +RUN apk add --no-cache make python3 py3-pip curl groff aws-cli # Install sequelize postgress native dependencies RUN apk add --no-cache postgresql-dev g++ make diff --git a/tasks b/tasks index 137c3c3..f951bc1 100755 --- a/tasks +++ b/tasks @@ -2,7 +2,7 @@ set -Eeuo pipefail -DOCKER_OPS_VERSION="2.0.0" +DOCKER_OPS_VERSION="2.0.1" DOCKER_OPS_FILE="ops/docker-ops-${DOCKER_OPS_VERSION}" AWS_REGION="eu-west-2"