diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d65fb8be..de3f5b4f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -67,7 +67,7 @@ jobs: name: Shell Scripts Lint & Test runs-on: ubuntu-24.04 container: - image: opensuse/tumbleweed:latest@sha256:c13ace4cd56d5d5e57885672ea75d91c3320998405b0305a1adef4a1a423a9d9 + image: opensuse/tumbleweed:latest@sha256:ba460ef027fa7ea948544c0734f59c56efeec25658eda6df6c068f38916a28a6 steps: - name: Install packages run: | diff --git a/.github/workflows/gha_opkssh.Dockerfile b/.github/workflows/gha_opkssh.Dockerfile index a9e9f42f..a2713077 100644 --- a/.github/workflows/gha_opkssh.Dockerfile +++ b/.github/workflows/gha_opkssh.Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.25.5@sha256:0ece421d4bb2525b7c0b4cad5791d52be38edf4807582407525ca353a429eccc +FROM golang:1.25.6@sha256:fc24d3881a021e7b968a4610fc024fba749f98fe5c07d4f28e6cfa14dc65a84c # Update/Upgrade RUN apt-get update -y && apt-get upgrade -y diff --git a/test/integration/provider/exampleop.Dockerfile b/test/integration/provider/exampleop.Dockerfile index eba29e4a..8bcd4504 100644 --- a/test/integration/provider/exampleop.Dockerfile +++ b/test/integration/provider/exampleop.Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.25.5@sha256:0ece421d4bb2525b7c0b4cad5791d52be38edf4807582407525ca353a429eccc +FROM golang:1.25.6@sha256:fc24d3881a021e7b968a4610fc024fba749f98fe5c07d4f28e6cfa14dc65a84c ENV AUTH_CALLBACK_PATH "" ENV REDIRECT_PORT "" diff --git a/test/integration/ssh_server/arch_opkssh.Dockerfile b/test/integration/ssh_server/arch_opkssh.Dockerfile index 22e3ccaf..d67ac691 100644 --- a/test/integration/ssh_server/arch_opkssh.Dockerfile +++ b/test/integration/ssh_server/arch_opkssh.Dockerfile @@ -1,5 +1,5 @@ # Stage 1: Build the Go binary -FROM golang:1.25.5@sha256:0ece421d4bb2525b7c0b4cad5791d52be38edf4807582407525ca353a429eccc as builder +FROM golang:1.25.6@sha256:fc24d3881a021e7b968a4610fc024fba749f98fe5c07d4f28e6cfa14dc65a84c as builder # Set destination for COPY WORKDIR /app diff --git a/test/integration/ssh_server/centos_opkssh.Dockerfile b/test/integration/ssh_server/centos_opkssh.Dockerfile index 5e47cc90..53badc86 100644 --- a/test/integration/ssh_server/centos_opkssh.Dockerfile +++ b/test/integration/ssh_server/centos_opkssh.Dockerfile @@ -1,5 +1,5 @@ # Stage 1: Build the Go binary -FROM golang:1.25.5@sha256:0ece421d4bb2525b7c0b4cad5791d52be38edf4807582407525ca353a429eccc as builder +FROM golang:1.25.6@sha256:fc24d3881a021e7b968a4610fc024fba749f98fe5c07d4f28e6cfa14dc65a84c as builder # Set destination for COPY WORKDIR /app diff --git a/test/integration/ssh_server/debian_opkssh.Dockerfile b/test/integration/ssh_server/debian_opkssh.Dockerfile index 41847efc..8fd1e441 100644 --- a/test/integration/ssh_server/debian_opkssh.Dockerfile +++ b/test/integration/ssh_server/debian_opkssh.Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.25.5@sha256:0ece421d4bb2525b7c0b4cad5791d52be38edf4807582407525ca353a429eccc +FROM golang:1.25.6@sha256:fc24d3881a021e7b968a4610fc024fba749f98fe5c07d4f28e6cfa14dc65a84c # Update/Upgrade RUN apt-get update -y && apt-get upgrade -y diff --git a/test/integration/ssh_server/opensuse_opkssh.Dockerfile b/test/integration/ssh_server/opensuse_opkssh.Dockerfile index 0c01c7ba..e47abd32 100644 --- a/test/integration/ssh_server/opensuse_opkssh.Dockerfile +++ b/test/integration/ssh_server/opensuse_opkssh.Dockerfile @@ -1,5 +1,5 @@ # Stage 1: Build the Go binary -FROM golang:1.25.5@sha256:0ece421d4bb2525b7c0b4cad5791d52be38edf4807582407525ca353a429eccc as builder +FROM golang:1.25.6@sha256:fc24d3881a021e7b968a4610fc024fba749f98fe5c07d4f28e6cfa14dc65a84c as builder # Set destination for COPY WORKDIR /app