Skip to content

Commit

Permalink
chore(deps): update Node.js Docker image to node:20.10.0-bookworm-slim
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastien-comeau committed Dec 4, 2023
1 parent d57b1bc commit 604fc6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ARG BUILD_ID=0000
ARG BUILD_REVISION=00000000
ARG BUILD_VERSION=19700101-0000-00000000

FROM docker.io/node:20.9.0-bookworm-slim AS base
FROM docker.io/node:20.10.0-bookworm-slim AS base



Expand Down

0 comments on commit 604fc6f

Please sign in to comment.