Skip to content

Commit 0fd980e

Browse files
feat(container): update docker.io/alpine
| datasource | package | from | to | | ---------- | ---------------- | ------ | ------ | | docker | docker.io/alpine | 3.21.3 | 3.22.1 | | docker | docker.io/alpine | 3.20.0 | 3.22.1 | | docker | docker.io/alpine | 3.20 | 3.22 |
1 parent 53673d5 commit 0fd980e

9 files changed

Lines changed: 10 additions & 10 deletions

File tree

apps/gammu-telegram/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# syntax=docker/dockerfile:experimental
22

33
# Use the Alpine Linux 3 base image
4-
FROM docker.io/alpine:3.20.0
4+
FROM docker.io/alpine:3.22.1
55

66
# Define build arguments
77
ARG TARGETPLATFORM

apps/kea-dhcp-sidecar/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM bitnami/kubectl:1.31.1 as kubectl
2-
FROM docker.io/alpine:3.20.0
2+
FROM docker.io/alpine:3.22.1
33

44
COPY --from=kubectl /opt/bitnami/kubectl/bin/kubectl /usr/local/bin/
55

apps/kea-dhcp/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# build binary
2-
FROM docker.io/alpine:3.20.0 AS build
2+
FROM docker.io/alpine:3.22.1 AS build
33
ARG VERSION
44
# Environment
55
ARG BUILD_PKGS="build-base boost-dev log4cplus-dev autoconf automake bison botan-dev flex libcap-utils libtool mariadb-dev postgresql-dev python3-dev procps curl"
@@ -52,7 +52,7 @@ WORKDIR /install
5252
RUN pip3 install --target="/install" kea-exporter
5353

5454
# Intermediate container with runtime dependencies
55-
FROM docker.io/alpine:3.20.0 AS runtime
55+
FROM docker.io/alpine:3.22.1 AS runtime
5656

5757
# Install runtime dependencies
5858
ARG RUN_PKGS="libgcc libstdc++ musl botan-libs mariadb-connector-c socat libpq procps \

apps/matchbox/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN \
88
&& apt-get clean
99
RUN cd src && make build
1010

11-
FROM docker.io/alpine:3.20.0
11+
FROM docker.io/alpine:3.22.1
1212
RUN mkdir /var/lib/matchbox && mkdir /var/lib/matchbox/assets
1313
ARG TARGETPLATFORM
1414
ARG TARGETARCH

apps/mktxp/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RUN mkdir /mktxp && \
66
rm /*.tar.gz
77
RUN pip3 install --target="/install" /mktxp/mktxp-${VERSION}
88

9-
FROM docker.io/alpine:3.20.0
9+
FROM docker.io/alpine:3.22.1
1010

1111
# Install runtime dependencies
1212
ARG RUN_PKGS="python3"

apps/rpi-dnsmasq/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM docker.io/alpine:3.20 as rpi
1+
FROM docker.io/alpine:3.22 as rpi
22
ARG VERSION
33
COPY ./serials /serials
44

apps/s4cmd/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# syntax=docker/dockerfile:experimental
22

33
# Use the Alpine Linux 3 base image
4-
FROM docker.io/alpine:3.20.0
4+
FROM docker.io/alpine:3.22.1
55

66
# Define build arguments
77
ARG VERSION

apps/smartctl-exporter/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# syntax=docker/dockerfile:experimental
22

33
# Use the Alpine Linux 3 base image
4-
FROM docker.io/alpine:3.20.0
4+
FROM docker.io/alpine:3.22.1
55

66
# Define build arguments
77
ARG VERSION

apps/tuned/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=$TARGETPLATFORM docker.io/alpine:3.21.3
1+
FROM --platform=$TARGETPLATFORM docker.io/alpine:3.22.1
22

33
ARG TARGETPLATFORM
44
ARG BUILDPLATFORM

0 commit comments

Comments
 (0)