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 6fab6dc commit 207151a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ jobs:
with:
image-ref: ${{ github.repository }}_eks:${{ github.sha }}
severity: HIGH,CRITICAL
exit-code: 1
exit-code: 1
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN /node_modules/.bin/jest

FROM public.ecr.aws/docker/library/python:3.12-alpine3.18 AS base

ARG HELM_VERSION=3.14.1
ARG HELM_VERSION=3.16.0
ARG HELM_TARBALL=helm-v${HELM_VERSION}-linux-amd64.tar.gz
ARG HELM_BASEURL=https://get.helm.sh

Expand All @@ -26,7 +26,7 @@ ENV DJANGO_SETTINGS_MODULE="controlpanel.settings" \
RUN addgroup -g 1000 controlpanel \
&& adduser -G controlpanel -u 1000 controlpanel -D

RUN apk update \
RUN apk update && apk upgrade \
&& apk add --no-cache \
postgresql-client \
wget \
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,11 @@ 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.2.0
pyyaml==6.0.1
rules==3.3
sentry-sdk==2.17.0
slackclient==2.9.4
urllib3==2.2.3
uvicorn[standard]==0.28.0
setuptools==70.0.0

0 comments on commit 207151a

Please sign in to comment.