diff --git a/Dockerfile b/Dockerfile index 582bd6f7..14ee304f 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.18.2 +FROM alpine:3.18.3 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"