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,4 +1,4 @@
FROM golang:1.25-alpine AS build
FROM golang:1.26-alpine AS build
ARG VERSION="dev"
ARG TARGETARCH

Expand All @@ -20,7 +20,7 @@

COPY --from=build /bin/flashduty-runner .

ENV FLASHDUTY_RUNNER_TOKEN=""

Check warning on line 23 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 "FLASHDUTY_RUNNER_TOKEN") More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/
ENV FLASHDUTY_RUNNER_URL="wss://api.flashcat.cloud/safari/worknode/ws"
ENV FLASHDUTY_RUNNER_WORKSPACE="/workspace"
ENV FLASHDUTY_RUNNER_LOG_LEVEL="info"
Expand Down
Loading