Skip to content

Commit

Permalink
feat: Try to upgrade openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
ptbrowne committed Dec 9, 2024
1 parent e873425 commit 6c2f69f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ RUN npm install -g [email protected] && \
npm config set save-exact=true && \
npm config set legacy-peer-deps=true

RUN apk update && apk upgrade --no-cache openssl


# Dependency image
FROM base AS deps
Expand Down

0 comments on commit 6c2f69f

Please sign in to comment.