We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05580ac commit 022349eCopy full SHA for 022349e
.github/workflows/ubuntu-24.04.yml .github/workflows/ubuntu-25.04.yml.github/workflows/ubuntu-24.04.yml renamed to .github/workflows/ubuntu-25.04.yml
@@ -1,12 +1,12 @@
1
-name: ubuntu-24.04
+name: ubuntu-25.04
2
3
on:
4
push:
5
branches:
6
- - ubuntu-24.04
+ - ubuntu-25.04
7
env:
8
DEBIAN_FRONTEND: noninteractive
9
- DOCKER_TAG: ubuntu-24.04
+ DOCKER_TAG: ubuntu-25.04
10
11
jobs:
12
build:
Dockerfile
@@ -38,7 +38,7 @@ RUN \
38
/curlout/etc/ssl/certs/ca-certificates.crt
39
40
# final mod layer
41
-FROM ubuntu:noble
+FROM ubuntu:plucky
42
43
# environment settings
44
ARG DEBIAN_FRONTEND="noninteractive"
0 commit comments