1
0
mirror of https://github.com/chubin/cheat.sh.git synced 2026-06-20 13:16:44 +02:00

docker: update Alpine image (doesn't fix ansi2html issue)

This commit is contained in:
Anatoli Babenia
2021-11-13 02:14:42 +03:00
parent fe80c38760
commit 5f0aa79396
+1 -1
View File
@@ -1,4 +1,4 @@
FROM alpine:3.12
FROM alpine:3.14
# fetching cheat sheets
## installing dependencies
RUN apk add --update --no-cache git py3-six py3-pygments py3-yaml py3-gevent \