We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0dc33eb + b3801e1 commit 1a1c2ffCopy full SHA for 1a1c2ff
Dockerfile
@@ -9,7 +9,7 @@ COPY . .
9
10
RUN CGO_ENABLED=0 GOOS=linux go build -mod vendor -ldflags "-X main.Version=sources-$Version -s -w" -o monday /sources/cmd
11
12
-FROM alpine:3.21.3
+FROM alpine:3.22.0
13
14
LABEL name="monday"
15
LABEL description="A dev tool for microservice developers to run local applications and/or forward others from/to Kubernetes SSH or TCP"
0 commit comments