Skip to content

Commit

Permalink
chore(deps): update all non-major docker images (#500)
Browse files Browse the repository at this point in the history
* chore(deps): update all non-major docker images

* Remove pinned version from docker-compose.  Used for local only.

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Bryan Robitaille <bryan.robitaille@cds-snc.ca>
  • Loading branch information
renovate[bot] and bryan-robitaille authored Apr 18, 2024
1 parent dba5cda commit dc47785
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/vscode/devcontainers/base:buster@sha256:8d456a2cb95396fcc5395e18fa50df9b4f525da496f772e968ca4a8467de53af
FROM mcr.microsoft.com/vscode/devcontainers/base:buster@sha256:b42cb5b189abb742fbc2de3db825b4c174569e79bbe34f01fa055aba075c924d

ARG USERNAME=vscode
ARG AWS_SAM_VERSION
Expand Down
2 changes: 1 addition & 1 deletion .devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ services:
TF_VAR_region: "ca-central-1"

localstack:
image: localstack/localstack@sha256:e012933b1122dede2c2ffc686b8ccbf9e6e5db3e20562d340d5917dbf4e019e4
image: localstack/localstack@sha256:1d6c671daa4ecd65b44a4ecbb12fff0fb82dd1bd62f19728e5e05e18dff831c8
hostname: localstack
volumes:
- "./data:/tmp/localstack"
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ services:
- SNAPSHOT_LOAD_STRATEGY=${SNAPSHOT_LOAD_STRATEGY:-ON_STARTUP}
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- localstack:/var/lib/localstack"
- localstack:/var/lib/localstack"

0 comments on commit dc47785

Please sign in to comment.