Browse Source

Bump alpine from 3.21 to 3.22 in /test/Renci.SshNet.IntegrationTests (#1651)

Bumps alpine from 3.21 to 3.22.

---
updated-dependencies:
- dependency-name: alpine
  dependency-version: '3.22'
  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>
dependabot[bot] 4 months ago
parent
commit
f82ebbabea
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test/Renci.SshNet.IntegrationTests/Dockerfile

+ 1 - 1
test/Renci.SshNet.IntegrationTests/Dockerfile

@@ -1,4 +1,4 @@
-FROM alpine:3.21
+FROM alpine:3.22
 
 COPY --chown=root:root server/ssh /etc/ssh/
 COPY --chown=root:root server/script /opt/sshnet