Skip to content

Commit

Permalink
chore(deps): update alpine docker tag to v3.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 7, 2025
1 parent 93179f0 commit 236b28d
Show file tree
Hide file tree
Showing 11 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion avahi/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.21.0
FROM alpine:3.21.1
RUN apk --no-cache add avahi augeas

RUN mkdir /opt/avahi
Expand Down
2 changes: 1 addition & 1 deletion fullbogons/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.21.0
FROM alpine:3.21.1

RUN apk --no-cache add supercronic

Expand Down
4 changes: 2 additions & 2 deletions iperf2/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.21.0 AS buildenv
FROM alpine:3.21.1 AS buildenv

ENV SOURCE_FILE=iperf2.tar.gz \
SOURCE_URL=https://downloads.sourceforge.net/project/iperf2/iperf-2.1.9.tar.gz \
Expand All @@ -14,7 +14,7 @@ RUN apk --no-cache add tar build-base \
&& make \
&& make install

FROM alpine:3.21.0
FROM alpine:3.21.1

# Copy relevant compiled files to distribution image
RUN adduser --system iperf2 \
Expand Down
4 changes: 2 additions & 2 deletions iperf3/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.21.0 AS buildenv
FROM alpine:3.21.1 AS buildenv

ENV SOURCE_FILE=iperf3.tar.gz \
SOURCE_URL=https://github.com/esnet/iperf/archive/3.13.tar.gz \
Expand All @@ -14,7 +14,7 @@ RUN apk --no-cache add tar build-base \
&& make \
&& make install

FROM alpine:3.21.0
FROM alpine:3.21.1

# Copy relevant compiled files to distribution image
RUN adduser --system iperf3 \
Expand Down
4 changes: 2 additions & 2 deletions mdns-reflector/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.21.0 AS buildenv
FROM alpine:3.21.1 AS buildenv

ENV SOURCE_FILE=mdns-reflector.tar.gz \
SOURCE_URL=https://github.com/vfreex/mdns-reflector/archive/refs/tags/v0.0.1-dev.1.tar.gz \
Expand All @@ -15,7 +15,7 @@ RUN apk --no-cache add tar build-base cmake \
&& cmake -DCMAKE_BUILD_TYPE=release .. \
&& make install

FROM alpine:3.21.0
FROM alpine:3.21.1

# Copy relevant compiled files to distribution image
RUN adduser --system mdns-reflector
Expand Down
2 changes: 1 addition & 1 deletion rng-tools/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.21.0
FROM alpine:3.21.1

# Uprade and install packages to image
RUN apk --no-cache add rng-tools
Expand Down
4 changes: 2 additions & 2 deletions stun/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.21.0 AS build
FROM alpine:3.21.1 AS build

ENV SOURCE_HASH=4479e1ae070651dfc4836a998267c7ac2fba4f011abcfdca3b8ccd7736d4fd26 \
SOURCE_VERSION=1.2.16 \
Expand All @@ -12,7 +12,7 @@ RUN apk --no-cache add build-base boost-dev openssl-dev wget tar \
&& tar -xz --strip-components=1 --file="$SOURCE_FILE" \
&& make

FROM alpine:3.21.0
FROM alpine:3.21.1

WORKDIR /stuntman

Expand Down
2 changes: 1 addition & 1 deletion telegraf/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.21.0
FROM alpine:3.21.1

# Set working directory
WORKDIR /opt/docker-telegraf
Expand Down
4 changes: 2 additions & 2 deletions verlihub/Dockerfile-alpine
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.21.0 AS build
FROM alpine:3.21.1 AS build

ENV SOURCE_FILE=verlihub.tar.gz \
SOURCE_URL=https://github.com/Verlihub/verlihub/archive/baa5f6ca57742f08bab1ab577e0d58119f7e07f7.tar.gz \
Expand All @@ -19,7 +19,7 @@ RUN apk --no-cache add bash build-base cmake gettext gettext-dev icu-dev libmaxm
&& rm -R /verlihub/*

# Copy compiled files to final image
FROM alpine:3.21.0
FROM alpine:3.21.1

# Install runtime dependencies
RUN apk --no-cache add bash icu-data-full mariadb-connector-c mysql-client ncurses \
Expand Down
2 changes: 1 addition & 1 deletion xteve/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.21.0
FROM alpine:3.21.1

# Install dependencies and set timezone
RUN apk add --no-cache ca-certificates curl tzdata bash busybox-suid su-exec ffmpeg vlc \
Expand Down
2 changes: 1 addition & 1 deletion yancobat/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.21.0
FROM alpine:3.21.1

RUN apk --no-cache add supercronic \
&& addgroup -S ansible && adduser -S ansible -G ansible \
Expand Down

0 comments on commit 236b28d

Please sign in to comment.