1
1
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:
Anatoli Babenia 2020-07-28 20:25:30 +03:00
parent b89e7196f4
commit b2114a43fa

View File

@ -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 \