Skip to content

Commit

Permalink
Update alpine Docker tag to v3.19 (gardener#9278)
Browse files Browse the repository at this point in the history
  • Loading branch information
gardener-ci-robot authored Feb 28, 2024
1 parent 20c560a commit c34264b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
spec:
containers:
- command: ["/gardener_apiserver_ssh/entrypoint.sh"]
image: alpine:3.17
image: alpine:3.19
name: ssh
# apk sometimes just hangs => restart container if there is no connection to target port
livenessProbe:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
priorityClassName: system-cluster-critical
containers:
- command: ["/gardener_apiserver_sshd/entrypoint.sh"]
image: alpine:3.17
image: alpine:3.19
name: sshd
volumeMounts:
- name: gardener-apiserver-sshd
Expand Down

0 comments on commit c34264b

Please sign in to comment.