mirror of
https://github.com/status-im/actions-gh-pages.git
synced 2025-01-23 19:48:51 +00: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:
|
||||
- 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 \
|
||||
openssh-client \
|
||||
ca-certificates && \
|
||||
|
Loading…
x
Reference in New Issue
Block a user