Skip to content

Commit

Permalink
trivy
Browse files Browse the repository at this point in the history
  • Loading branch information
Emterry committed Dec 5, 2024
1 parent 9dc9297 commit d3a02bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 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.21 AS base
FROM public.ecr.aws/docker/library/python:3.12-alpine3.18 AS base

ARG HELM_VERSION=3.14.1
ARG HELM_TARBALL=helm-v${HELM_VERSION}-linux-amd64.tar.gz
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
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.1
python-jose==3.3.0
pyyaml==6.0.1
rules==3.3
sentry-sdk==2.17.0
Expand Down

0 comments on commit d3a02bb

Please sign in to comment.