File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
77WORKDIR /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
3737LABEL org.opencontainers.image.source https://github.com/ydataai/aws-asg-tags-lambda
3838
Original file line number Diff line number Diff line change 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
77WORKDIR /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
3737LABEL org.opencontainers.image.source https://github.com/ydataai/aws-asg-tags-lambda
3838
You can’t perform that action at this time.
0 commit comments