Skip to content

Commit

Permalink
Fixing dockerfile (#1391)
Browse files Browse the repository at this point in the history
  • Loading branch information
art-divin authored Dec 29, 2024
1 parent 9cc47bd commit e03bd72
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .swift-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.5
5.8
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG BUILDER_IMAGE=swift:5.9-jammy
ARG RUNTIME_IMAGE=swift:5.9-jammy-slim
ARG BUILDER_IMAGE=swift:6.0-jammy
ARG RUNTIME_IMAGE=swift:6.0-jammy-slim

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

0 comments on commit e03bd72

Please sign in to comment.