Skip to content

Commit 0030e3c

Browse files
chore(deps): Update ubuntu Docker tag to v24 (terraform-google-modules#163)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 424927e commit 0030e3c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)