Skip to content

Commit

Permalink
Merge pull request #4083 from techman83/fix/xkan-containers
Browse files Browse the repository at this point in the history
Ubuntu 24.04 breaks build
  • Loading branch information
techman83 committed May 6, 2024
2 parents 5083071 + ae60690 commit 671613b
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 671613b

Please sign in to comment.