Update ubuntu Docker tag to v24 #2

Merged
bea merged 1 commits from renovate/ubuntu-24.x into master 2025-03-27 00:27:22 +01:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 2ba53a33b6 - Show all commits

View File

@@ -1,4 +1,4 @@
FROM ubuntu:22.04 FROM ubuntu:24.04
ARG DEBIAN_FRONTEND="noninteractive" ARG DEBIAN_FRONTEND="noninteractive"
ENV DUMB_INIT_BASE_URL="https://github.com/Yelp/dumb-init/releases/download/v1.2.5" ENV DUMB_INIT_BASE_URL="https://github.com/Yelp/dumb-init/releases/download/v1.2.5"

View File

@@ -1,4 +1,4 @@
FROM ubuntu:22.04 FROM ubuntu:24.04
ARG DEBIAN_FRONTEND="noninteractive" ARG DEBIAN_FRONTEND="noninteractive"
ENV DUMB_INIT_BASE_URL="https://github.com/Yelp/dumb-init/releases/download/v1.2.5" ENV DUMB_INIT_BASE_URL="https://github.com/Yelp/dumb-init/releases/download/v1.2.5"