diff --git a/command.Dockerfile b/command.Dockerfile index cca7869..2e3faf9 100644 --- a/command.Dockerfile +++ b/command.Dockerfile @@ -1,7 +1,7 @@ # ================================ # Build image # ================================ -FROM swift:5.9-jammy as builder +FROM swift:5.10-jammy as builder # Set up a build area WORKDIR /build @@ -32,7 +32,7 @@ RUN find -L "$(swift build --package-path /build -c release --show-bin-path)/" - # ================================ # Run image # ================================ -FROM swift:5.9-jammy-slim +FROM swift:5.10-jammy-slim LABEL org.opencontainers.image.source https://github.com/ydataai/aws-asg-tags-lambda diff --git a/lambda.Dockerfile b/lambda.Dockerfile index 05fc470..dc10cd2 100644 --- a/lambda.Dockerfile +++ b/lambda.Dockerfile @@ -32,7 +32,7 @@ RUN find -L "$(swift build --package-path /build -c release --show-bin-path)/" - # ================================ # Run image # ================================ -FROM swift:5.9-amazonlinux2-slim +FROM swift:5.10-amazonlinux2-slim LABEL org.opencontainers.image.source https://github.com/ydataai/aws-asg-tags-lambda