mirror of
https://github.com/fradelg/docker-mysql-cron-backup.git
synced 2025-01-19 00:32:34 +01:00
Merge pull request #27 from waja/alpine311
Update alpine baseimage to 3.11
This commit is contained in:
commit
0d11e1b41b
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
FROM alpine:3.10
|
FROM alpine:3.11
|
||||||
LABEL maintainer "Fco. Javier Delgado del Hoyo <frandelhoyo@gmail.com>"
|
LABEL maintainer "Fco. Javier Delgado del Hoyo <frandelhoyo@gmail.com>"
|
||||||
|
|
||||||
RUN apk add --update bash mysql-client gzip openssl && rm -rf /var/cache/apk/*
|
RUN apk add --update bash mysql-client gzip openssl && rm -rf /var/cache/apk/*
|
||||||
|
|
Loading…
Reference in a new issue