Skip to content

Commit 0a7c363

Browse files
chore(deps): update swift docker tag to v6
1 parent 31cd652 commit 0a7c363

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/prereleased.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ jobs:
225225
- uses: actions/checkout@v4
226226

227227
- name: Create SBOM
228-
uses: anchore/[email protected].2
228+
uses: anchore/[email protected].0
229229
with:
230230
upload-artifact-retention: 1
231231
format: cyclonedx-json

.github/workflows/pull-request.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
- uses: actions/checkout@v4
7575

7676
- name: Create SBOM
77-
uses: anchore/[email protected].2
77+
uses: anchore/[email protected].0
7878
with:
7979
upload-artifact-retention: 1
8080
format: cyclonedx-json

command.Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# ================================
22
# Build image
33
# ================================
4-
FROM swift:5.9-jammy as builder
4+
FROM swift:6.0-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.9-jammy-slim
35+
FROM swift:6.0-jammy-slim
3636

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

lambda.Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# ================================
22
# Build image
33
# ================================
4-
FROM swift:5.9-amazonlinux2 as builder
4+
FROM swift:6.0-amazonlinux2 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.9-amazonlinux2-slim
35+
FROM swift:6.0-amazonlinux2-slim
3636

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

0 commit comments

Comments
 (0)