Skip to content

Commit

Permalink
Set docker run image to ubuntu:jammy
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-fowler committed Aug 12, 2024
1 parent 87b5e73 commit 3edb64d
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
Expand Up @@ -47,7 +47,7 @@ RUN [ -d /build/public ] && { mv /build/public ./public && chmod -R a-w ./public
# ================================
# Run image
# ================================
FROM swift:jammy
FROM ubuntu:jammy

# Make sure all system packages are up to date, and install only essential packages.
RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true \
Expand Down

0 comments on commit 3edb64d

Please sign in to comment.