File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# ================================
2
2
# Build image
3
3
# ================================
4
- FROM swift:5.9 -jammy as builder
4
+ FROM swift:5.10 -jammy as builder
5
5
6
6
# Set up a build area
7
7
WORKDIR /build
@@ -32,7 +32,7 @@ RUN find -L "$(swift build --package-path /build -c release --show-bin-path)/" -
32
32
# ================================
33
33
# Run image
34
34
# ================================
35
- FROM swift:5.9 -jammy-slim
35
+ FROM swift:5.10 -jammy-slim
36
36
37
37
LABEL org.opencontainers.image.source https://github.com/ydataai/aws-asg-tags-lambda
38
38
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ RUN find -L "$(swift build --package-path /build -c release --show-bin-path)/" -
32
32
# ================================
33
33
# Run image
34
34
# ================================
35
- FROM swift:5.9 -amazonlinux2-slim
35
+ FROM swift:5.10 -amazonlinux2-slim
36
36
37
37
LABEL org.opencontainers.image.source https://github.com/ydataai/aws-asg-tags-lambda
38
38
You can’t perform that action at this time.
0 commit comments