mirror of
https://github.com/pomerium/pomerium.git
synced 2025-04-30 10:56:28 +02:00
ci: bump Go to 1.21.8 in docker (#5027)
* ci: bump Go to 1.21.8 in docker * update images to be multiplatform
This commit is contained in:
parent
81d9106098
commit
f8d48d63bb
3 changed files with 4 additions and 4 deletions
|
@ -1 +1 @@
|
||||||
golang 1.21.4
|
golang 1.21.8
|
||||||
|
|
|
@ -13,7 +13,7 @@ RUN make yarn
|
||||||
COPY ./ui/ ./ui/
|
COPY ./ui/ ./ui/
|
||||||
RUN make build-ui
|
RUN make build-ui
|
||||||
|
|
||||||
FROM golang:1.21.5-bookworm@sha256:1415bb0b25d3bffc0a44dcf9851c20a9f8bbe558095221d931f2e4a4cc3596eb as build
|
FROM golang:1.21.8-bookworm@sha256:05a9064db595ba2a6aa7c2d48d16ba5872c42583606741c750b0d895e9d0a09d as build
|
||||||
WORKDIR /go/src/github.com/pomerium/pomerium
|
WORKDIR /go/src/github.com/pomerium/pomerium
|
||||||
|
|
||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
|
|
|
@ -13,7 +13,7 @@ RUN make yarn
|
||||||
COPY ./ui/ ./ui/
|
COPY ./ui/ ./ui/
|
||||||
RUN make build-ui
|
RUN make build-ui
|
||||||
|
|
||||||
FROM golang:1.21.5-bookworm@sha256:1415bb0b25d3bffc0a44dcf9851c20a9f8bbe558095221d931f2e4a4cc3596eb as build
|
FROM golang:1.21.8-bookworm@sha256:05a9064db595ba2a6aa7c2d48d16ba5872c42583606741c750b0d895e9d0a09d as build
|
||||||
WORKDIR /go/src/github.com/pomerium/pomerium
|
WORKDIR /go/src/github.com/pomerium/pomerium
|
||||||
|
|
||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
|
@ -30,7 +30,7 @@ RUN make build-debug NAME=pomerium
|
||||||
RUN touch /config.yaml
|
RUN touch /config.yaml
|
||||||
RUN go install github.com/go-delve/delve/cmd/dlv@latest
|
RUN go install github.com/go-delve/delve/cmd/dlv@latest
|
||||||
|
|
||||||
FROM debian:bookworm@sha256:b16cef8cbcb20935c0f052e37fc3d38dc92bfec0bcfb894c328547f81e932d67
|
FROM debian:bookworm@sha256:e97ee92bf1e11a2de654e9f3da827d8dce32b54e0490ac83bfc65c8706568116
|
||||||
ENV AUTOCERT_DIR /data/autocert
|
ENV AUTOCERT_DIR /data/autocert
|
||||||
WORKDIR /pomerium
|
WORKDIR /pomerium
|
||||||
COPY --from=build /go/src/github.com/pomerium/pomerium/bin/* /bin/
|
COPY --from=build /go/src/github.com/pomerium/pomerium/bin/* /bin/
|
||||||
|
|
Loading…
Add table
Reference in a new issue