Skip to content

Commit

Permalink
Merge pull request #1645 from ministryofjustice/renovate-localstack-l…
Browse files Browse the repository at this point in the history
…ocalstack-4.x

Renovate Update localstack/localstack Docker tag to v4
  • Loading branch information
hawx authored Nov 27, 2024
2 parents bbbf598 + 52f32cd commit e500f07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/localstack/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN GOOS=${TARGETOS} GOARCH=${TARGETARCH} CGO_ENABLED=0 go build -o cmd/schedule
&& chmod 755 cmd/scheduled-task-adder/bootstrap \
&& zip -r -j scheduled-task-adder.zip cmd/scheduled-task-adder/bootstrap

FROM --platform=${TARGETARCH} localstack/localstack:3.8.1 AS localstack
FROM --platform=${TARGETARCH} localstack/localstack:4.0.2 AS localstack

COPY --from=build /app/event-received.zip /etc/event-received.zip
COPY --from=build /app/schedule-runner.zip /etc/schedule-runner.zip
Expand Down

0 comments on commit e500f07

Please sign in to comment.