diff --git a/Dockerfile b/Dockerfile index e186d5e0..9f0c84b6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ COPY . . RUN CGO_ENABLED=0 GOOS=linux go build -mod vendor -ldflags "-X main.Version=sources-$Version -s -w" -o monday /sources/cmd -FROM alpine:3.19.0 +FROM alpine:3.19.1 LABEL name="monday" LABEL description="A dev tool for microservice developers to run local applications and/or forward others from/to Kubernetes SSH or TCP"