Skip to content

Commit

Permalink
Merge pull request #1183 from cybozu/k8s-1.27.9
Browse files Browse the repository at this point in the history
Update kubernetes to v1.27.9
  • Loading branch information
morimoto-cybozu authored Dec 21, 2023
2 parents 9033bc5 + 2a7065f commit 505a15f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kubernetes/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Stage1: build from source
FROM ghcr.io/cybozu/golang:1.21-jammy AS build

ARG K8S_VERSION=1.27.8
ARG K8S_VERSION=1.27.9

SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN apt-get update \
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/TAG
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.27.8.2
1.27.9.1

0 comments on commit 505a15f

Please sign in to comment.