Skip to content

Commit dceee2a

Browse files
committed
Pin worker container to -slim
Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk>
1 parent 46aaf69 commit dceee2a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ copy package.json .
99
copy package-lock.json .
1010
run npm ci
1111
copy . .
12-
from node:${NODE_VERSION}
12+
from node:${NODE_VERSION}-slim
1313
workdir /app
1414
copy --from=build /app /app
1515
run apt-get update > /dev/null && apt-get install -y jq curl dnsutils netcat-openbsd > /dev/null

0 commit comments

Comments
 (0)