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 docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# SPDX-FileCopyrightText: (c) 2018-2025 by mundialis GmbH & Co. KG
# SPDX-License-Identifier: GPL-3.0-or-later

FROM alpine:3.23
FROM alpine:3.24

# python3 + pip3
# hadolint ignore=DL3018
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile_actinia-worker-http-launcher
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.23
FROM alpine:3.24

RUN apk update; \
apk add --no-cache python3 python3-dev make
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile_eventreceiver
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.23
FROM alpine:3.24

# python3 + pip3
# hadolint ignore=DL3018
Expand Down
Loading