Skip to content

Commit 2c48a06

Browse files
chore(deps): update docker (#2564)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | mcr.microsoft.com/vscode/devcontainers/typescript-node | digest | `44804f4` -> `abb334b` | | postgres | digest | `4ec37d2` -> `8d3be35` | --- ### Configuration 📅 **Schedule**: Branch creation - "on the 2nd through 5th day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/JabRef/JabRefOnline). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzUuMiIsInVwZGF0ZWRJblZlciI6IjM4LjEzNS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a50fb9c commit 2c48a06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.devcontainer/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: '3.8'
33
services:
44
app:
55
# Use offical typescript-node devcontainer image
6-
image: mcr.microsoft.com/vscode/devcontainers/typescript-node:1-20@sha256:44804f4cfde7fb1b8962eafb384b67d5350fb6ae5f5a97c923c8cb6e4804bb2f
6+
image: mcr.microsoft.com/vscode/devcontainers/typescript-node:1-20@sha256:abb334b5ac0b177f5cfb1e682181ad26412f188268f2168016c92949bc69904b
77

88
volumes:
99
- ..:/workspace:cached
@@ -20,7 +20,7 @@ services:
2020
# (Adding the "ports" property to this file will not forward from a Codespace.)
2121

2222
db:
23-
image: postgres:latest@sha256:4ec37d2a07a0067f176fdcc9d4bb633a5724d2cc4f892c7a2046d054bb6939e5
23+
image: postgres:latest@sha256:8d3be35b184e70d81e54cbcbd3df3c0b47f37d06482c0dd1c140db5dbcc6a808
2424
restart: unless-stopped
2525
volumes:
2626
- postgres-data:/var/lib/postgresql/data

0 commit comments

Comments
 (0)