parent
f2447f8219
commit
91b374af35
@ -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
|
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.source="https://github.com/rramiachraf/dumb"
|
||||||
LABEL org.opencontainers.image.url="https://github.com/rramiachraf/dumb"
|
LABEL org.opencontainers.image.url="https://github.com/rramiachraf/dumb"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user