Skip to content
Snippets Groups Projects
Unverified Commit 3299e8eb authored by dependabot[bot]'s avatar dependabot[bot] Committed by GitHub
Browse files

build(deps): bump alpine from 3.16.2 to 3.16.3


Bumps alpine from 3.16.2 to 3.16.3.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: default avatardependabot[bot] <support@github.com>
parent f93a634b
No related branches found
No related tags found
No related merge requests found
FROM --platform=$TARGETPLATFORM alpine:3.16.2 as bin
FROM --platform=$TARGETPLATFORM alpine:3.16.3 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.16.2
FROM --platform=$TARGETPLATFORM alpine:3.16.3
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"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment