Merge pull request #945 from kubereboot/dependabot/docker/alpine-3.20.1

build(deps): bump alpine from 3.20.0 to 3.20.1
This commit is contained in:
Daniel Holbach
2024-06-25 12:31:25 +02:00
committed by GitHub
+2 -2
View File
@@ -1,4 +1,4 @@
FROM --platform=$TARGETPLATFORM alpine:3.20.0 as bin
FROM --platform=$TARGETPLATFORM alpine:3.20.1 as bin
ARG TARGETOS
ARG TARGETARCH
@@ -19,7 +19,7 @@ RUN set -ex \
esac \
&& cp /dist/kured_${TARGETOS}_${TARGETARCH}${SUFFIX}/kured /dist/kured;
FROM --platform=$TARGETPLATFORM alpine:3.20.0
FROM --platform=$TARGETPLATFORM alpine:3.20.1
RUN apk update --no-cache && apk upgrade --no-cache && apk add --no-cache ca-certificates tzdata
COPY --from=bin /dist/kured /usr/bin/kured
ENTRYPOINT ["/usr/bin/kured"]