Skip to content

Commit 6691263

Browse files
committed
chore(deps): bump swift to 5.9
1 parent 937c828 commit 6691263

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

command.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.7-jammy as builder
4+
FROM swift:5.9-jammy as builder
55

66
# Set up a build area
77
WORKDIR /build
@@ -32,7 +32,7 @@ RUN find -L "$(swift build --package-path /build -c release --show-bin-path)/" -
3232
# ================================
3333
# Run image
3434
# ================================
35-
FROM swift:5.7-jammy-slim
35+
FROM swift:5.9-jammy-slim
3636

3737
LABEL org.opencontainers.image.source https://github.com/ydataai/aws-asg-tags-lambda
3838

lambda.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.7-bionic as builder
4+
FROM swift:5.9-bionic as builder
55

66
# Set up a build area
77
WORKDIR /build
@@ -32,7 +32,7 @@ RUN find -L "$(swift build --package-path /build -c release --show-bin-path)/" -
3232
# ================================
3333
# Run image
3434
# ================================
35-
FROM swift:5.7-amazonlinux2-slim
35+
FROM swift:5.9-amazonlinux2-slim
3636

3737
LABEL org.opencontainers.image.source https://github.com/ydataai/aws-asg-tags-lambda
3838

0 commit comments

Comments
 (0)