chore(deps): bump alpine from 3.23 to 3.24 in /deploy/docker (#404)

Bumps alpine from 3.23 to 3.24.

---
updated-dependencies:
- dependency-name: alpine
  dependency-version: '3.24'
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: sotashimozono <shimozono-sota631@g.ecc.u-tokyo.ac.jp>
This commit is contained in:
dependabot[bot] 2026-06-15 14:44:37 +09:00 committed by GitHub
parent 9a28553428
commit 31cef52612
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,7 +17,7 @@
# container restarts (otherwise users would TOFU-prompt every time
# the container is recreated).
FROM alpine:3.23
FROM alpine:3.24
RUN apk add --no-cache openssh-server bash shadow tini iproute2 \
&& mkdir -p /var/empty /etc/ssh/keys \