Skip to content

Commit

Permalink
Update apk package versions in build stage for Alpine 3.18
Browse files Browse the repository at this point in the history
  • Loading branch information
jsf9k committed Oct 23, 2023
1 parent 3a6fbdf commit 04f98cf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,10 @@ ENV CISA_HOME="/home/${CISA_USER}"
ENV VIRTUAL_ENV="${CISA_HOME}/.venv"

RUN apk --no-cache add \
ca-certificates=20220614-r4 \
chromium=112.0.5615.49-r0 \
libxml2=2.10.4-r0 \
libxslt=1.1.37-r1
ca-certificates=20230506-r0 \
chromium=117.0.5938.62-r0 \
libxml2=2.11.4-r0 \
libxslt=1.1.38-r0

# Create unprivileged user
RUN addgroup --system --gid ${CISA_GID} ${CISA_GROUP} \
Expand Down

0 comments on commit 04f98cf

Please sign in to comment.