fix: isolated local dev environment
Some checks reported warnings
Cadoles/goweb-oidc/pipeline/head This commit was not built

This commit is contained in:
2025-03-07 12:07:54 +01:00
parent ebfd504cbd
commit 97bacd0bb8
13 changed files with 297 additions and 16 deletions

View File

@ -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