Skip to content

Commit

Permalink
update apline base
Browse files Browse the repository at this point in the history
  • Loading branch information
Emterry committed Dec 5, 2024
1 parent b2fc6e9 commit 9dc9297
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 16 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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


2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9dc9297

Please sign in to comment.