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 8534a84
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ on:

jobs:
build:
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Set Docker tag
Expand Down
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 8534a84

Please sign in to comment.