Skip to content

Commit

Permalink
hard code ubuntu version to latest LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
paulrobello committed Aug 15, 2024
1 parent 18e325f commit b613b56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:latest
FROM ubuntu:24.04
# only effects build time and and makes it so we dont have to specify it every apt install
ARG DEBIAN_FRONTEND=noninteractive
ENV TZ=Etc/UTC
Expand Down

0 comments on commit b613b56

Please sign in to comment.