Skip to content

Commit

Permalink
fix: curl version
Browse files Browse the repository at this point in the history
  • Loading branch information
BATMAH69 committed Sep 26, 2024
1 parent 4bb4cb6 commit 54fd64b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ ENV NEXT_TELEMETRY_DISABLED=1 \
CHAIN_ID=$CHAIN_ID

WORKDIR /app
RUN apk add --no-cache curl=~8.9.0-r0
RUN apk add --no-cache curl=~8.9.1-r0
COPY --from=build /app /app

USER node
Expand Down

0 comments on commit 54fd64b

Please sign in to comment.