Skip to content

Commit

Permalink
chore: bump alpine to 3.21.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Demonsthere committed Jan 29, 2025
1 parent 26e41e7 commit 2e42642
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@ format:

licenses:
@echo "No license checks necessary in this repository (yet)."

.PHONY: docker
docker:
docker build -t oryd/k8s-toolbox:dev -f docker/Dockerfile .
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM alpine:3.20
FROM alpine:3.21.2

ARG USER=ory
ARG BUILD_ARCH=amd64
ENV HOME=/home/$USER
ENV JQ_VERSION=1.7.1
ENV KUBECTL_VERSION=1.31.2
ENV KUBECTL_VERSION=1.32.1

RUN apk add --no-cache --update-cache --upgrade --latest \
ca-certificates curl netcat-openbsd coreutils bash inotify-tools procps
Expand Down

0 comments on commit 2e42642

Please sign in to comment.