Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/integration/ssh_server/opensuse_opkssh.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ARG ISSUER_PORT="9998"
RUN go build -v -o opksshbuild

# Stage 2: Create a minimal opensuse leap:16 image
FROM opensuse/leap:16.0
FROM opensuse/leap:42.3

# Install dependencies required for runtime (e.g., SSH server)
RUN zypper refresh && \
Expand Down
2 changes: 1 addition & 1 deletion test/integration/ssh_server/ubuntu.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:noble
FROM ubuntu:resolute

# Update/Upgrade
RUN apt-get update -y && apt-get upgrade -y
Expand Down
Loading