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

Commit 11d8cde

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

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:26c68657ccce2cb0a31b330cb0be2b5e108d467f641c62e13ab40cbec258c68d
12+
FROM ubuntu:rolling@sha256:18f63cbe22f65810c15453f050cb64603193264b039661389efb2cd20f2b236a
1313

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

0 commit comments

Comments
 (0)