File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -225,7 +225,7 @@ jobs:
225
225
- uses : actions/checkout@v4
226
226
227
227
- name : Create SBOM
228
- uses : anchore/sbom-action@v0.17.2
228
+ uses : anchore/sbom-action@v0.17.0
229
229
with :
230
230
upload-artifact-retention : 1
231
231
format : cyclonedx-json
Original file line number Diff line number Diff line change 74
74
- uses : actions/checkout@v4
75
75
76
76
- name : Create SBOM
77
- uses : anchore/sbom-action@v0.17.2
77
+ uses : anchore/sbom-action@v0.17.0
78
78
with :
79
79
upload-artifact-retention : 1
80
80
format : cyclonedx-json
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:6.0 -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:6.0 -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 1
1
# ================================
2
2
# Build image
3
3
# ================================
4
- FROM swift:5.9 -amazonlinux2 as builder
4
+ FROM swift:6.0 -amazonlinux2 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 -amazonlinux2-slim
35
+ FROM swift:6.0 -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