Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit aee2610

Browse files
authored
Auto-merge pull request #289 from atomist-skills/npm-build-skill
Re-pin Docker base image in Dockerfile Pull request auto merged: * No reviews * 1 successful check
2 parents e2b1f7a + f5930f5 commit aee2610

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN npm ci --no-optional && \
99
npm run compile && \
1010
rm -rf node_modules .git
1111

12-
FROM ubuntu:rolling@sha256:18f63cbe22f65810c15453f050cb64603193264b039661389efb2cd20f2b236a
12+
FROM ubuntu:rolling@sha256:b6b83d3c331794420340093eb706a6f152d9c1fa51b262d9bf34594887c2c7ac
1313

1414
# tools
1515
RUN apt-get update && apt-get install -y \

0 commit comments

Comments
 (0)