Skip to content

Commit

Permalink
Use swift/ubuntu noble
Browse files Browse the repository at this point in the history
  • Loading branch information
MahdiBM committed Jan 6, 2025
1 parent 352f635 commit 88b8f8f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-penny.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

runs-on: ubuntu-latest

container: swift:6.0-jammy
container: swift:6.0-noble

steps:
- name: Checkout
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ================================
# Build image
# ================================
FROM swift:6.0-jammy as build
FROM swift:6.0-noble as build

ARG SWIFT_CONFIGURATION
ARG EXEC_NAME
Expand All @@ -26,7 +26,7 @@ RUN rm -dr .build
# ================================
# Run image
# ================================
FROM ubuntu:jammy
FROM ubuntu:noble

# 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 88b8f8f

Please sign in to comment.