Skip to content

Commit

Permalink
chore(devdeps): update node.js to v22.12.0 (#4557)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 9, 2024
1 parent 2241ec1 commit 519b9b6
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
@@ -1,4 +1,4 @@
FROM node:22.11.0-alpine
FROM node:22.12.0-alpine
WORKDIR /build

ARG TURBO_TOKEN=token

Check warning on line 4 in Dockerfile

View workflow job for this annotation

GitHub Actions / deploy

Sensitive data should not be used in the ARG or ENV commands

SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ARG "TURBO_TOKEN") More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/
Expand Down

0 comments on commit 519b9b6

Please sign in to comment.