Commit f69faa7
Updated docker base image to node:18-bullseye in browser.Dockerfile
Resolves #345
`node:16-bullseye` seems outdated and resulted in the bug documented in the above issue. It is not currently supported on the official list of node docker images:
https://hub.docker.com/_/node
The issue at #345 was resolved even by changing to `node:18-bullseye` only in the `build-stage`, but presumably it should be already upgraded also in the `production-stage`, so this commit/PR also updates the production stage based image.1 parent a760fdb commit f69faa7
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
0 commit comments