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

Commit

Permalink
Unpin the Docker base image to make layer caching work in CI
Browse files Browse the repository at this point in the history
The action currently hash a bug where it won't work at all with images
pulled by digest:
satackey/action-docker-layer-caching#17
  • Loading branch information
ruohola committed Apr 15, 2021
1 parent 8ce9256 commit 839495c
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 839495c

Please sign in to comment.