diff --git a/Dockerfile b/Dockerfile index cfe6783..b46277f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/golang:1.22.2-alpine3.19 AS build +FROM docker.io/golang:1.22.10-alpine3.21 AS build RUN apk add make git curl @@ -13,7 +13,7 @@ RUN make build ############################################################### -FROM scratch +FROM docker.io/alpine:3.21 LABEL org.opencontainers.image.source="https://github.com/rramiachraf/dumb" LABEL org.opencontainers.image.url="https://github.com/rramiachraf/dumb"