mirror of
https://github.com/sshnet/SSH.NET.git
synced 2026-09-10 09:15:47 +00:00
Pin Alpine Linux image to 3.20 (#1554)
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
FROM alpine:latest
|
||||
FROM alpine:3.20
|
||||
|
||||
COPY --chown=root:root server/ssh /etc/ssh/
|
||||
COPY --chown=root:root server/script /opt/sshnet
|
||||
@@ -43,7 +43,7 @@ namespace Renci.SshNet.IntegrationTests.TestsFixtures
|
||||
_sshServerImage = new ImageFromDockerfileBuilder()
|
||||
.WithName("renci-ssh-tests-server-image")
|
||||
.WithDockerfileDirectory(CommonDirectoryPath.GetSolutionDirectory(), Path.Combine("test", "Renci.SshNet.IntegrationTests"))
|
||||
.WithDockerfile("Dockerfile.TestServer")
|
||||
.WithDockerfile("Dockerfile")
|
||||
.WithDeleteIfExists(true)
|
||||
.WithLogger(containerLogger)
|
||||
.Build();
|
||||
|
||||
Reference in New Issue
Block a user