Skip to content

Commit

Permalink
fix: Ubuntu 24.04 breaks build
Browse files Browse the repository at this point in the history
There are a number of changes within 24.04 which upset the apple cart, for
now 22.04 is still supported for another year, so we can pin while we give
ourselves some time to update things
  • Loading branch information
techman83 committed May 6, 2024
1 parent 5083071 commit ae60690
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.metadata
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Everything we need in both the build and prod images
FROM ubuntu:latest as base
FROM ubuntu:22.04 as base

# Don't prompt for time zone
ENV DEBIAN_FRONTEND=noninteractive
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.netkan
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:latest
FROM ubuntu:22.04

# Don't prompt for time zone
ENV DEBIAN_FRONTEND=noninteractive
Expand Down

0 comments on commit ae60690

Please sign in to comment.