Skip to content

Commit

Permalink
Merge pull request #1915 from buildkite/dependabot/docker/packaging/d…
Browse files Browse the repository at this point in the history
…ocker/alpine-k8s/alpine-3.17.1
  • Loading branch information
triarius authored Jan 17, 2023
2 parents 02533de + 354d202 commit 7ce0fb7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packaging/docker/alpine-k8s/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1.4

FROM alpine:3.17.0 AS base
FROM alpine:3.17.1 AS base

RUN apk update && apk add --no-cache \
bash \
Expand All @@ -20,7 +20,7 @@ RUN apk update && apk add --no-cache \
tini \
tzdata

FROM alpine:3.17.0 AS kubectl-downloader
FROM alpine:3.17.1 AS kubectl-downloader
ARG TARGETOS
ARG TARGETARCH

Expand All @@ -33,7 +33,7 @@ wget -qO kubectl \
chmod +x kubectl
EOF

FROM alpine:3.17.0 AS kustomize-downloader
FROM alpine:3.17.1 AS kustomize-downloader
ARG TARGETOS
ARG TARGETARCH

Expand Down

0 comments on commit 7ce0fb7

Please sign in to comment.