Skip to content

Commit 96b403e

Browse files
authored
chore(sonar-cloud): use a fixed tag for the builder base image in the migration docker file (#1878)
1 parent db1acb0 commit 96b403e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/migrate.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -----> Build image
2-
FROM node:latest AS build
2+
FROM node:22.14.0-bookworm AS build
33
# update packages and install the minimal init system "dumb-init"
44
RUN apt-get update && apt-get install -y --no-install-recommends dumb-init
55

0 commit comments

Comments
 (0)