From 9dc9297834332c28e7fac7f98d33a243f1a612be Mon Sep 17 00:00:00 2001 From: Emterry Date: Thu, 5 Dec 2024 14:18:21 +0000 Subject: [PATCH] update apline base --- .github/workflows/scan.yml | 14 -------------- Dockerfile | 2 +- requirements.txt | 2 +- 3 files changed, 2 insertions(+), 16 deletions(-) diff --git a/.github/workflows/scan.yml b/.github/workflows/scan.yml index 8b57851ad..303cd9d97 100644 --- a/.github/workflows/scan.yml +++ b/.github/workflows/scan.yml @@ -38,17 +38,3 @@ jobs: image-ref: ghcr.io/${{ github.repository }}:${{ github.sha }} severity: HIGH,CRITICAL exit-code: 1 - - # - name: Set up Docker Buildx - # uses: docker/setup-buildx-action@v2 - - # - name: Build with Docker Compose - # id: build - # shell: bash - # env: - # IMAGE_NAME: ${{ github.repository }} - # IMAGE_TAG: ${{ github.sha }} - # run: | - # docker compose build - - \ No newline at end of file diff --git a/Dockerfile b/Dockerfile index 122442d86..0d932c95b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ RUN ./node_modules/.bin/sass --load-path=./ --style=compressed src/app.scss:dist WORKDIR /src RUN /node_modules/.bin/jest -FROM public.ecr.aws/docker/library/python:3.12-alpine3.18 AS base +FROM public.ecr.aws/docker/library/python:3.12-alpine3.21 AS base ARG HELM_VERSION=3.14.1 ARG HELM_TARBALL=helm-v${HELM_VERSION}-linux-amd64.tar.gz diff --git a/requirements.txt b/requirements.txt index 5a579bc70..572665c67 100644 --- a/requirements.txt +++ b/requirements.txt @@ -31,7 +31,7 @@ PyNaCl==1.5.0 pytest==8.0.0 pytest-django==4.8.0 python-dotenv==1.0.1 -python-jose==3.3.0 +python-jose==3.3.1 pyyaml==6.0.1 rules==3.3 sentry-sdk==2.17.0