Skip to content

Commit d823c91

Browse files
renovate[bot]GuillaumeGomez
authored andcommitted
chore(deps): update ubuntu docker tag to v24
1 parent fb84acf commit d823c91

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

dockerfiles/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# Build stage #
1010
#################
1111

12-
FROM ubuntu:22.04 AS build
12+
FROM ubuntu:24.04 AS build
1313

1414
# Install packaged dependencies
1515
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
@@ -67,7 +67,7 @@ RUN cargo build --profile=$PROFILE
6767
# Web server stage #
6868
######################
6969

70-
FROM ubuntu:22.04 AS web-server
70+
FROM ubuntu:24.04 AS web-server
7171

7272
RUN apt-get update \
7373
&& DEBIAN_FRONTEND=noninteractive apt-get upgrade -y \
@@ -90,7 +90,7 @@ CMD ["/usr/bin/tini", "/usr/local/bin/cratesfyi", "start-web-server", "0.0.0.0:8
9090
# Output stage #
9191
##################
9292

93-
FROM ubuntu:22.04 AS output
93+
FROM ubuntu:24.04 AS output
9494

9595
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
9696
git \

dockerfiles/Dockerfile-gui-tests

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:22.04 AS build
1+
FROM ubuntu:24.04 AS build
22

33
# Install packaged dependencies
44
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \

0 commit comments

Comments
 (0)