Skip to content

Commit e1aab1f

Browse files
Update swift Docker tag to v6
1 parent d3217bf commit e1aab1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# ================================
22
# Build image
33
# ================================
4-
FROM swift:5.9-jammy as build
4+
FROM swift:6.1-jammy as build
55

66
# Install OS updates
77
RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true \
@@ -46,7 +46,7 @@ RUN [ -d /build/Resources ] && { mv /build/Resources ./Resources && chmod -R a-w
4646
# ================================
4747
# Run image
4848
# ================================
49-
FROM swift:5.9-jammy-slim
49+
FROM swift:6.1-jammy-slim
5050

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

0 commit comments

Comments
 (0)