mirror of
https://github.com/sotashimozono/obsidian-remote-ssh.git
synced 2026-07-22 06:52:07 +00:00
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:
parent
9a28553428
commit
31cef52612
1 changed files with 1 additions and 1 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in a new issue