Skip to content

Commit 1a1c2ff

Browse files
authored
Merge pull request #227 from eko/dependabot/docker/alpine-3.22.0
Bump alpine from 3.21.3 to 3.22.0
2 parents 0dc33eb + b3801e1 commit 1a1c2ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ COPY . .
99

1010
RUN CGO_ENABLED=0 GOOS=linux go build -mod vendor -ldflags "-X main.Version=sources-$Version -s -w" -o monday /sources/cmd
1111

12-
FROM alpine:3.21.3
12+
FROM alpine:3.22.0
1313

1414
LABEL name="monday"
1515
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

Comments
 (0)