Skip to content

Commit

Permalink
Bump parts of dependencies versions
Browse files Browse the repository at this point in the history
  • Loading branch information
takahiro-yamada committed Jan 27, 2025
1 parent 00f13b1 commit b43d5f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ LABEL org.opencontainers.image.source="https://github.com/cybozu-go/meows"

# Even if the version of the runner is out of date, it will self-update at job execution time. So there is no problem to update it when you notice.
# TODO: Until https://github.com/cybozu-go/meows/issues/137 is fixed, update it manually.
ARG RUNNER_VERSION=2.321.0
ARG RUNNER_VERSION=2.322.0

ENV DEBIAN_FRONTEND=noninteractive
# hadolint ignore=DL3015
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CONTROLLER_GEN_VERSION := 0.16.2
CONTROLLER_GEN_VERSION := 0.17.1
ENVTEST_K8S_VERSION := 1.30.3

PROJECT_DIR := $(CURDIR)
Expand Down

0 comments on commit b43d5f2

Please sign in to comment.