Skip to content

Commit f9f78b7

Browse files
authored
Merge pull request #202 from paolobarbolini/alpine-3.20
Add Alpine 3.20 variant
2 parents b982752 + e2c6ff1 commit f9f78b7

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ jobs:
3636
variant: bookworm
3737
- name: slim-bookworm
3838
variant: bookworm/slim
39-
- name: alpine3.18
40-
variant: alpine3.18
4139
- name: alpine3.19
4240
variant: alpine3.19
41+
- name: alpine3.20
42+
variant: alpine3.20
4343
#VERSIONS
4444
name: ${{ matrix.name }}
4545
steps:

.github/workflows/nightly.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,16 +53,16 @@ jobs:
5353
tags: |
5454
nightly-bookworm-slim
5555
nightly-slim
56-
- name: alpine3.18
57-
context: nightly/alpine3.18
58-
platforms: linux/amd64,linux/arm64
59-
tags: |
60-
nightly-alpine3.18
6156
- name: alpine3.19
6257
context: nightly/alpine3.19
6358
platforms: linux/amd64,linux/arm64
6459
tags: |
6560
nightly-alpine3.19
61+
- name: alpine3.20
62+
context: nightly/alpine3.20
63+
platforms: linux/amd64,linux/arm64
64+
tags: |
65+
nightly-alpine3.20
6666
nightly-alpine
6767
#VERSIONS
6868
name: ${{ matrix.name }}

1.78.0/alpine3.18/Dockerfile renamed to 1.78.0/alpine3.20/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.18
1+
FROM alpine:3.20
22

33
LABEL org.opencontainers.image.source=https://github.com/rust-lang/docker-rust
44

nightly/alpine3.18/Dockerfile renamed to nightly/alpine3.20/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.18
1+
FROM alpine:3.20
22

33
LABEL org.opencontainers.image.source=https://github.com/rust-lang/docker-rust
44

x.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@
4040
]
4141

4242
alpine_versions = [
43-
"3.18",
4443
"3.19",
44+
"3.20",
4545
]
4646

47-
default_alpine_version = "3.19"
47+
default_alpine_version = "3.20"
4848

4949
def rustup_hash(arch):
5050
url = f"https://static.rust-lang.org/rustup/archive/{rustup_version}/{arch}/rustup-init.sha256"

0 commit comments

Comments
 (0)