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,5 +1,5 @@
# Builder
FROM alpine:3.21.0 AS builder
FROM alpine:3.21.1 AS builder

# Install dependencies
RUN apk add --no-cache wget
Expand Down Expand Up @@ -42,7 +42,7 @@
RUN chmod 644 /app/pfclient-config.json

# ENV
ENV SHARING_KEY="" \

Check warning on line 45 in Dockerfile

View workflow job for this annotation

GitHub Actions / Centralized workflow / 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 "SHARING_KEY") More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/
TCP_HOST="readsb" \
TCP_PORT="30005" \
CONNECTION_TYPE="1" \
Expand Down