Skip to content

Commit

Permalink
Fix: Alpine dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
dabico committed May 29, 2024
1 parent cf95595 commit 5fe9f77
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deployment/server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ COPY index.js \

RUN apk update --quiet && \
apk add --quiet --no-cache \
gettext=~0.22.3 \
moreutils=~0.68 && \
gettext=~0.22.5 \
moreutils=~0.69 && \
npm ci --quiet && \
npm run --silent minify && \
rm -rf node_modules
Expand All @@ -31,7 +31,7 @@ COPY --from=build build .

RUN apk update --quiet && \
apk add --quiet --no-cache \
curl=~8.5.0 \
curl=~8.7.1 \
jq=~1.7.1 && \
npm ci --quiet

Expand Down

0 comments on commit 5fe9f77

Please sign in to comment.