Skip to content

Commit 4a36749

Browse files
committed
upgrade alpine
1 parent 7a84b98 commit 4a36749

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Containerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
FROM --platform=$BUILDPLATFORM alpine:3.22.1 AS build
1+
FROM --platform=$BUILDPLATFORM alpine:3.22.2 AS build
22
ARG TARGETOS
33
ARG TARGETARCH
44

55
COPY dist dist
66
RUN cp dist/multigres-operator-${TARGETARCH}/multigres-operator-${TARGETARCH} multigres-operator
77
RUN chmod +x multigres-operator
88

9-
FROM alpine:3.22.1
9+
FROM alpine:3.22.2
1010

1111
COPY --from=build multigres-operator multigres-operator
1212

0 commit comments

Comments
 (0)