Skip to content

Commit 2047fb0

Browse files
fix(container): update image docker.io/alpine ( 3.20.0 → 3.20.1 )
| datasource | package | from | to | | ---------- | ---------------- | ------ | ------ | | docker | docker.io/alpine | 3.20.0 | 3.20.1 |
1 parent 065c0b8 commit 2047fb0

7 files changed

Lines changed: 8 additions & 8 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.20.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.30.3 as kubectl
2-
FROM docker.io/alpine:3.20.0
2+
FROM docker.io/alpine:3.20.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.20.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.20.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.20.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.20.1
1010

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

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.20.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.20.1
55

66
# Define build arguments
77
ARG VERSION

0 commit comments

Comments
 (0)