mirror of
https://github.com/peaceiris/actions-gh-pages.git
synced 2025-07-14 22:29:17 +08:00
Release v2.1.0 (#14)
* change: base docker image from ubuntu:18.04 to alpine:3.10.2 * update: .hadolint.yaml to ignore DL3018
This commit is contained in:
parent
713b37219b
commit
45f5817ce0
@ -1,2 +1,2 @@
|
|||||||
ignored:
|
ignored:
|
||||||
- DL3008
|
- DL3018
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
FROM ubuntu:18.04
|
FROM alpine:3.10.2
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
RUN apk add --no-cache \
|
||||||
|
bash \
|
||||||
git \
|
git \
|
||||||
openssh-client \
|
openssh-client \
|
||||||
ca-certificates && \
|
ca-certificates && \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user