Skip to content

Commit

Permalink
Use Jammy
Browse files Browse the repository at this point in the history
  • Loading branch information
SimplyDanny committed Sep 29, 2024
1 parent f213793 commit 189fc15
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Explicitly specify `noble` to keep the Swift & Ubuntu images in sync.
ARG BUILDER_IMAGE=swift:6.0-noble
ARG RUNTIME_IMAGE=ubuntu:noble
# Explicitly specify `jammy` to keep the Swift & Ubuntu images in sync.
ARG BUILDER_IMAGE=swift:6.0-jammy
ARG RUNTIME_IMAGE=ubuntu:jammy

# Builder image
FROM ${BUILDER_IMAGE} AS builder
Expand Down

0 comments on commit 189fc15

Please sign in to comment.