Skip to content

Commit

Permalink
feat: update base image to ubuntu:24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
Taepper committed Dec 18, 2024
1 parent f3d3573 commit 989218d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN \
&& cp build/Release/silo .


FROM ubuntu:22.04 AS server
FROM ubuntu:24.04 AS server

WORKDIR /app
COPY docker_default_preprocessing_config.yaml ./default_preprocessing_config.yaml
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile_dependencies
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:22.04
FROM ubuntu:24.04

ARG TARGETPLATFORM

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile_linter_dependencies
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:22.04
FROM ubuntu:24.04

ARG TARGETPLATFORM

Expand Down

0 comments on commit 989218d

Please sign in to comment.