diff --git a/Dockerfile b/Dockerfile index 8477ab386..b94fa7683 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Intermediate build container for front-end resources -FROM docker.io/library/node:20.7.0-alpine as frontend +FROM docker.io/library/node:20.8.0-alpine as frontend # Easy to prune intermediary containers LABEL stage=build