Skip to content
This repository has been archived by the owner on Sep 13, 2021. It is now read-only.

Commit

Permalink
Merge pull request #442 from skoleapp/unpin-docker-image
Browse files Browse the repository at this point in the history
Unpin the Docker base image to make layer caching work in CI
  • Loading branch information
ruohola authored Apr 15, 2021
2 parents 8ce9256 + 839495c commit a000654
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:15.10.0-buster-slim@sha256:2a351dd6e7236d277f51f00266cc1807791b217837392cfd39fa64c01cb6c094 AS base
FROM node:15.10.0-buster-slim AS base

RUN groupadd --gid=10001 user \
&& useradd --gid=user --uid=10000 --create-home user
Expand Down

0 comments on commit a000654

Please sign in to comment.