Skip to content

Commit

Permalink
chore(deps): Update ubuntu Docker tag to v24
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 16, 2024
1 parent 424927e commit 6247b76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/gh-runner-mig-container-vm-dind/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.
# Download and verify the integrity of the download first

FROM ubuntu:22.04
FROM ubuntu:24.04
RUN apt-get update && \
apt-get -y install apt-transport-https \
ca-certificates \
Expand Down
2 changes: 1 addition & 1 deletion examples/gh-runner-mig-container-vm-simple/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.
# Download and verify the integrity of the download first

FROM ubuntu:22.04
FROM ubuntu:24.04

RUN apt-get update && \
apt-get -y install curl \
Expand Down

0 comments on commit 6247b76

Please sign in to comment.