Skip to content

Commit 55a8fde

Browse files
chore(deps): Update ubuntu Docker tag to v24
1 parent 434c433 commit 55a8fde

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

examples/gh-runner-gke-dind/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414
# Download and verify the integrity of the download first
1515

16-
FROM ubuntu:22.04
16+
FROM ubuntu:24.04
1717
RUN apt-get update && \
1818
apt-get -y install apt-transport-https \
1919
ca-certificates \

examples/gh-runner-gke-simple/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414
# Download and verify the integrity of the download first
1515

16-
FROM ubuntu:22.04
16+
FROM ubuntu:24.04
1717

1818
RUN apt-get update && \
1919
apt-get -y install curl \

examples/gh-runner-mig-container-vm-dind/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414
# Download and verify the integrity of the download first
1515

16-
FROM ubuntu:22.04
16+
FROM ubuntu:24.04
1717
RUN apt-get update && \
1818
apt-get -y install apt-transport-https \
1919
ca-certificates \

examples/gh-runner-mig-container-vm-simple/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414
# Download and verify the integrity of the download first
1515

16-
FROM ubuntu:22.04
16+
FROM ubuntu:24.04
1717

1818
RUN apt-get update && \
1919
apt-get -y install curl \

0 commit comments

Comments
 (0)