mirror of
https://github.com/Borales/actions-yarn.git
synced 2026-06-24 00:59:29 +08:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 57dd002262 | |||
| 1e151b00df |
@@ -1,5 +1,9 @@
|
|||||||
# CHANGELOG
|
# CHANGELOG
|
||||||
|
|
||||||
|
## 2.1.0 (8 Nov 2019)
|
||||||
|
|
||||||
|
- Switching to `node:lts` docker image
|
||||||
|
|
||||||
## 2.0.2 (6 Nov 2019)
|
## 2.0.2 (6 Nov 2019)
|
||||||
|
|
||||||
- Added Git to the Docker image
|
- Added Git to the Docker image
|
||||||
|
|||||||
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
FROM node:10.16-alpine
|
FROM node:lts-alpine
|
||||||
|
|
||||||
RUN apk add --no-cache git
|
RUN apk add --no-cache git
|
||||||
COPY "entrypoint.sh" "/entrypoint.sh"
|
COPY "entrypoint.sh" "/entrypoint.sh"
|
||||||
|
|||||||
Reference in New Issue
Block a user