mirror of
https://github.com/chubin/cheat.sh.git
synced 2024-11-23 02:25:53 +03:00
Pin Alpine to 3.12 to avoid surprises
This commit is contained in:
parent
b89e7196f4
commit
b2114a43fa
@ -1,4 +1,4 @@
|
||||
FROM alpine:latest
|
||||
FROM alpine:3.12
|
||||
# fetching cheat sheets
|
||||
## installing dependencies
|
||||
RUN apk add --update --no-cache git py3-six py3-pygments py3-yaml py3-gevent \
|
||||
|
Loading…
Reference in New Issue
Block a user