Skip to content

Commit 6b0fb80

Browse files
committed
📣 Update alpine Docker tag
| datasource | package | from | to | | ---------- | ------- | ------ | ------ | | docker | alpine | 3.21 | 3.22 | | docker | alpine | 3.21.3 | 3.22.1 | | docker | alpine | 3.19 | 3.22 |
1 parent 295ee9e commit 6b0fb80

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

‎apps/decypharr/Dockerfile‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ RUN --mount=type=cache,target=/go/pkg/mod \
3535
-o /healthcheck cmd/healthcheck/main.go
3636

3737
# Stage 2: Create directory structure
38-
FROM alpine:3.19 as dirsetup
38+
FROM alpine:3.22 as dirsetup
3939
RUN mkdir -p /app/logs && \
4040
mkdir -p /app/cache && \
4141
chmod 777 /app/logs && \

‎apps/gort/Dockerfile‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN apt-get update && apt-get install -y \
88

99
RUN /tmp/fetch_tools.sh
1010

11-
FROM alpine:3.21.3
11+
FROM alpine:3.22.1
1212

1313
RUN set -ex \
1414
&& echo "http://dl-cdn.alpinelinux.org/alpine/edge/main" >> /etc/apk/repositories \

‎apps/tshock/Dockerfile‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.21 AS cloner
1+
FROM alpine:3.22 AS cloner
22

33
RUN apk add --no-cache \
44
curl unzip

0 commit comments

Comments
 (0)