We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a84b98 commit 4a36749Copy full SHA for 4a36749
Containerfile
@@ -1,12 +1,12 @@
1
-FROM --platform=$BUILDPLATFORM alpine:3.22.1 AS build
+FROM --platform=$BUILDPLATFORM alpine:3.22.2 AS build
2
ARG TARGETOS
3
ARG TARGETARCH
4
5
COPY dist dist
6
RUN cp dist/multigres-operator-${TARGETARCH}/multigres-operator-${TARGETARCH} multigres-operator
7
RUN chmod +x multigres-operator
8
9
-FROM alpine:3.22.1
+FROM alpine:3.22.2
10
11
COPY --from=build multigres-operator multigres-operator
12
0 commit comments