Skip to content
Merged
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 backblaze-b2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# PLEASE DO NOT EDIT IT DIRECTLY.
#

FROM python:3.13-alpine3.21
FROM python:3.13-alpine3.22

# https://pypi.org/project/b2/
ENV BACKBLAZE_B2_VERSION 4.3.2
Expand Down
2 changes: 1 addition & 1 deletion backblaze-b2/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"version": "4.3.2",
"python": {
"version": "3.13",
"from": "python:3.13-alpine3.21",
"from": "python:3.13-alpine3.22",
"arches": [
"amd64",
"arm32v6",
Expand Down
2 changes: 1 addition & 1 deletion backblaze-b2/versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ source "$dir/../.libs/pypi.sh"

versions_hooks+=( hook_no-prereleases )

export TIANON_PYTHON_FROM_TEMPLATE='python:%%PYTHON%%-alpine3.21'
export TIANON_PYTHON_FROM_TEMPLATE='python:%%PYTHON%%-alpine3.22'

json="$(pypi 'b2')"

Expand Down
2 changes: 1 addition & 1 deletion docker-master/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ RUN set -eux; \

# TODO compose?

FROM alpine:3.21
FROM alpine:3.22

RUN set -eux; \
apk add --no-cache \
Expand Down
2 changes: 1 addition & 1 deletion docker-master/Dockerfile.template
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ RUN set -eux; \

# TODO compose?

FROM alpine:3.21
FROM alpine:3.22

RUN set -eux; \
apk add --no-cache \
Expand Down
2 changes: 1 addition & 1 deletion network-toolbox/alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.21
FROM alpine:3.22

RUN set -eux; \
apkArch="$(apk --print-arch)"; \
Expand Down
2 changes: 1 addition & 1 deletion prometheus/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# PLEASE DO NOT EDIT IT DIRECTLY.
#

FROM alpine:3.21
FROM alpine:3.22

RUN apk add --no-cache bash ca-certificates

Expand Down
2 changes: 1 addition & 1 deletion prometheus/Dockerfile.template
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.21
FROM alpine:3.22

RUN apk add --no-cache bash ca-certificates

Expand Down
2 changes: 1 addition & 1 deletion prometheus/alertmanager/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# PLEASE DO NOT EDIT IT DIRECTLY.
#

FROM alpine:3.21
FROM alpine:3.22

RUN apk add --no-cache bash ca-certificates

Expand Down
2 changes: 1 addition & 1 deletion prometheus/alertmanager/Dockerfile.template
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.21
FROM alpine:3.22

RUN apk add --no-cache bash ca-certificates

Expand Down
2 changes: 1 addition & 1 deletion prometheus/blackbox-exporter/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# PLEASE DO NOT EDIT IT DIRECTLY.
#

FROM alpine:3.21
FROM alpine:3.22

RUN apk add --no-cache ca-certificates

Expand Down
2 changes: 1 addition & 1 deletion prometheus/blackbox-exporter/Dockerfile.template
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.21
FROM alpine:3.22

RUN apk add --no-cache ca-certificates

Expand Down
2 changes: 1 addition & 1 deletion speedtest/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# PLEASE DO NOT EDIT IT DIRECTLY.
#

FROM alpine:3.21
FROM alpine:3.22

# https://www.speedtest.net/apps/cli#download
ENV SPEEDTEST_VERSION 1.2.0
Expand Down
2 changes: 1 addition & 1 deletion speedtest/Dockerfile.template
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.21
FROM alpine:3.22

# https://www.speedtest.net/apps/cli#download
ENV SPEEDTEST_VERSION {{ .version }}
Expand Down
2 changes: 1 addition & 1 deletion toybox/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# ideally, we'd use official static binary releases from http://landley.net/toybox/downloads/binaries/ but they don't include the (pending) "sh" implementation so they're not quite enough for a full system yet
# https://github.com/landley/toybox/commits/master/toys/pending/sh.c

FROM alpine:3.21 AS build
FROM alpine:3.22 AS build

RUN set -eux; \
apk add --no-cache \
Expand Down
2 changes: 1 addition & 1 deletion toybox/Dockerfile.template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ideally, we'd use official static binary releases from http://landley.net/toybox/downloads/binaries/ but they don't include the (pending) "sh" implementation so they're not quite enough for a full system yet
# https://github.com/landley/toybox/commits/master/toys/pending/sh.c

FROM alpine:3.21 AS build
FROM alpine:3.22 AS build

RUN set -eux; \
apk add --no-cache \
Expand Down
2 changes: 1 addition & 1 deletion vultr-cli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# PLEASE DO NOT EDIT IT DIRECTLY.
#

FROM alpine:3.21
FROM alpine:3.22

RUN apk add --no-cache ca-certificates

Expand Down
2 changes: 1 addition & 1 deletion vultr-cli/Dockerfile.template
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.21
FROM alpine:3.22

RUN apk add --no-cache ca-certificates

Expand Down
2 changes: 1 addition & 1 deletion ymlfmt/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# PLEASE DO NOT EDIT IT DIRECTLY.
#

FROM python:3.13-alpine3.21
FROM python:3.13-alpine3.22

RUN set -eux; \
apk add --no-cache --virtual .build-deps gcc libc-dev; \
Expand Down
2 changes: 1 addition & 1 deletion ymlfmt/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"version": "0.18.11",
"python": {
"version": "3.13",
"from": "python:3.13-alpine3.21",
"from": "python:3.13-alpine3.22",
"arches": [
"amd64",
"arm32v6",
Expand Down
2 changes: 1 addition & 1 deletion ymlfmt/versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ source "$dir/../.libs/pypi.sh"

versions_hooks+=( hook_no-prereleases )

export TIANON_PYTHON_FROM_TEMPLATE='python:%%PYTHON%%-alpine3.21'
export TIANON_PYTHON_FROM_TEMPLATE='python:%%PYTHON%%-alpine3.22'

json="$(pypi 'ruamel.yaml')"

Expand Down
Loading