We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 574894d commit 61850a5Copy full SHA for 61850a5
3 files changed
images/node/Dockerfile
@@ -1,6 +1,6 @@
1
# SPDX-FileCopyrightText: Copyright 2025 Stacklok, Inc.
2
# SPDX-License-Identifier: Apache-2.0
3
4
-FROM alpine:3.21
+FROM alpine:3.23
5
6
RUN apk add --no-cache nodejs npm coreutils findutils
images/python/Dockerfile
@@ -1,7 +1,7 @@
RUN apk add --no-cache python3 py3-pip coreutils findutils \
7
&& python3 -m venv /opt/waggle-venv \
images/shell/Dockerfile
RUN apk add --no-cache coreutils findutils
0 commit comments