fix: isolated local dev environment
Some checks reported warnings
Cadoles/goweb-oidc/pipeline/head This commit was not built
Some checks reported warnings
Cadoles/goweb-oidc/pipeline/head This commit was not built
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
FROM golang:1.19 AS build
|
||||
FROM golang:1.24 AS build
|
||||
|
||||
ARG HTTP_PROXY=
|
||||
ARG HTTPS_PROXY=
|
||||
@ -13,7 +13,7 @@ WORKDIR /src
|
||||
|
||||
RUN make ARCH_TARGETS=amd64 release-archive
|
||||
|
||||
FROM alpine as certs
|
||||
FROM alpine AS certs
|
||||
|
||||
RUN apk update && apk add ca-certificates
|
||||
|
||||
|
Reference in New Issue
Block a user