Skip to content
Merged
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,10 +1,10 @@
FROM nginx:1.29.3-alpine AS stage1
FROM nginx:1.29.4-alpine AS stage1

# Expose port 2375
EXPOSE 2375

# Set environment var defaults
ENV DESCRIPTIVE_ERRORS=1 \

Check warning on line 7 in Dockerfile

View workflow job for this annotation

GitHub Actions / build

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

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