Skip to content

Commit 61850a5

Browse files
chore(deps): update alpine docker tag to v3.23
1 parent 574894d commit 61850a5

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

images/node/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# SPDX-FileCopyrightText: Copyright 2025 Stacklok, Inc.
22
# SPDX-License-Identifier: Apache-2.0
33

4-
FROM alpine:3.21
4+
FROM alpine:3.23
55

66
RUN apk add --no-cache nodejs npm coreutils findutils

images/python/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# SPDX-FileCopyrightText: Copyright 2025 Stacklok, Inc.
22
# SPDX-License-Identifier: Apache-2.0
33

4-
FROM alpine:3.21
4+
FROM alpine:3.23
55

66
RUN apk add --no-cache python3 py3-pip coreutils findutils \
77
&& python3 -m venv /opt/waggle-venv \

images/shell/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# SPDX-FileCopyrightText: Copyright 2025 Stacklok, Inc.
22
# SPDX-License-Identifier: Apache-2.0
33

4-
FROM alpine:3.21
4+
FROM alpine:3.23
55

66
RUN apk add --no-cache coreutils findutils

0 commit comments

Comments
 (0)