Skip to content

Commit

Permalink
Pin Alpine Linux image to 3.20 (#1554)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob-Hague authored Dec 18, 2024
1 parent ee054f4 commit 021ee99
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
@@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public async Task InitializeAsync()
_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();
Expand Down

0 comments on commit 021ee99

Please sign in to comment.