Skip to content

Commit bb30637

Browse files
build(deps): bump swift from 5.9-jammy-slim to 5.10-jammy-slim (#66)
Bumps swift from 5.9-jammy-slim to 5.10-jammy-slim. --- updated-dependencies: - dependency-name: swift dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 12db874 commit bb30637

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:5.10-jammy as build
55

66
# Install OS updates and, if needed, sqlite3
77
RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true \
@@ -47,7 +47,7 @@ RUN [ -d /build/Resources ] && { mv /build/Resources ./Resources && chmod -R a-w
4747
# ================================
4848
# Run image
4949
# ================================
50-
FROM swift:5.9-jammy-slim
50+
FROM swift:5.10-jammy-slim
5151

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

0 commit comments

Comments
 (0)