Skip to content

Commit 649c038

Browse files
authored
Merge pull request #363 from yangspirit/release-0.4
update debian version to fix CVE
2 parents 57aece8 + c0d3118 commit 649c038

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmd/csi_driver/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ WORKDIR /go/src/github.com/GoogleCloudPlatform/lustre-csi-driver
2121
ADD . .
2222
RUN make driver GOARCH=${TARGETARCH} BINDIR=/bin
2323

24-
FROM gke.gcr.io/debian-base:bookworm-v1.0.6-gke.1 AS debian
24+
FROM gke.gcr.io/debian-base:bookworm-v1.0.6-gke.3 AS debian
2525
ENV DEBIAN_FRONTEND=noninteractive
2626
ARG TARGETPLATFORM
2727

cmd/kmod_installer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM gke.gcr.io/debian-base:bookworm-v1.0.6-gke.1
15+
FROM gke.gcr.io/debian-base:bookworm-v1.0.6-gke.3
1616

1717
# Set non-interactive mode for apt to prevent prompts
1818
ENV DEBIAN_FRONTEND=noninteractive

0 commit comments

Comments
 (0)