Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM usabilitydynamics/udx-worker-nodejs:0.30.0
FROM usabilitydynamics/udx-worker-nodejs:0.31.0

ENV KUBECTL_VERSION=1.32.0 \
NODE_ENV=production \
Expand Down Expand Up @@ -32,7 +32,7 @@

# Install the GKE gcloud auth plugin
RUN gcloud components install gke-gcloud-auth-plugin
ENV USE_GKE_GCLOUD_AUTH_PLUGIN=True

Check warning on line 35 in Dockerfile

View workflow job for this annotation

GitHub Actions / docker_ops / build-and-scan

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

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

Check warning on line 35 in Dockerfile

View workflow job for this annotation

GitHub Actions / docker_ops / build-and-scan

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

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

# Create required directories
RUN mkdir -p \
Expand Down
Loading