Skip to content

Commit

Permalink
Update ubuntu Docker tag to v24
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 29, 2024
1 parent 09e8ed3 commit 113c5dd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion executor/testdata/web-container/webdriver.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=linux/amd64 ubuntu:22.04
FROM --platform=linux/amd64 ubuntu:24.04

WORKDIR /driver

Expand Down
2 changes: 1 addition & 1 deletion runners/cpython-and-ext/build/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1
FROM ubuntu:22.04
FROM ubuntu:24.04

ENV WASM32_WASI_ROOT=/opt/wasm32-wasip1-root/
ENV HOST_ROOT=/opt/host-root/
Expand Down
2 changes: 1 addition & 1 deletion runners/cpython-and-ext/extension/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:22.04
FROM ubuntu:24.04

RUN apt-get -y update && \
apt-get install -y --no-install-recommends \
Expand Down

0 comments on commit 113c5dd

Please sign in to comment.