mirror of
https://github.com/rramiachraf/dumb.git
synced 2025-04-03 04:47:36 +03:00
parent
f2447f8219
commit
91b374af35
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue