mirror of
https://github.com/fradelg/docker-mysql-cron-backup.git
synced 2025-01-18 16:22:33 +01:00
Merge pull request #30 from waja/alpine312
Update to Alpine 3.12 base image
This commit is contained in:
commit
71747a1560
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
FROM alpine:3.11
|
FROM alpine:3.12
|
||||||
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