Skip to content

Commit

Permalink
chore: bump ubuntu version
Browse files Browse the repository at this point in the history
Bump to Ubuntu 24.04 LTS
  • Loading branch information
pfeerick committed Feb 7, 2025
1 parent 1b03811 commit 13f6d4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion builder/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG OS_CODENAME=jammy
ARG OS_CODENAME=noble

FROM ubuntu:${OS_CODENAME}

Expand Down
2 changes: 1 addition & 1 deletion dev/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG OS_CODENAME=focal
ARG OS_CODENAME=noble

FROM ubuntu:${OS_CODENAME}

Expand Down

0 comments on commit 13f6d4a

Please sign in to comment.