Skip to content

Commit

Permalink
deps(docker): bump libstdc++ from 13.2 to 14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zavoloklom committed Jan 2, 2025
1 parent 3867f4e commit 1fa98d8
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 @@ -29,7 +29,7 @@ ENV NODE_NO_WARNINGS=1

RUN apk update && apk upgrade && \
apk add --no-cache \
libstdc++=~13.2 \
libstdc++=~14.2 \
&& rm -rf /tmp/* /var/cache/apk/*

COPY --from=builder /bin/dclint /bin/dclint
Expand Down

0 comments on commit 1fa98d8

Please sign in to comment.