Skip to content

Commit

Permalink
Merge pull request #515 from DTS-STN/bump-docker-image
Browse files Browse the repository at this point in the history
Bump docker base image to 20.9.0-bookworm-slim
  • Loading branch information
sebastien-comeau authored Nov 6, 2023
2 parents e926162 + 50e154d commit 8f7b47d
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.8.1-bullseye-slim AS base
FROM docker.io/node:20.9.0-bookworm-slim AS base



Expand Down

0 comments on commit 8f7b47d

Please sign in to comment.