Skip to content

Commit

Permalink
Changed Docker images to use Ubuntu 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimmetz committed Mar 31, 2024
1 parent 9270ecc commit 7e1d328
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:jammy
FROM ubuntu:noble
MAINTAINER Log2Timeline <[email protected]>

# Create container with:
Expand Down
2 changes: 1 addition & 1 deletion config/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:jammy
FROM ubuntu:noble
LABEL maintainer="Log2Timeline <[email protected]>"

# Create container with:
Expand Down
2 changes: 1 addition & 1 deletion config/end_to_end/extract_and_output.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:jammy
FROM ubuntu:noble
MAINTAINER Log2Timeline <[email protected]>

ARG GIT_REPOSITORY=https://github.com/log2timeline/plaso.git
Expand Down

0 comments on commit 7e1d328

Please sign in to comment.