mirror of
https://github.com/fradelg/docker-mysql-cron-backup.git
synced 2025-01-18 16:22:33 +01:00
Update to Alpine 3.12 base image
This commit is contained in:
parent
7d0e2c2f44
commit
86c09693f0
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>"
|
||||
|
||||
RUN apk add --update bash mysql-client gzip openssl && rm -rf /var/cache/apk/*
|
||||
|
|
Loading…
Reference in a new issue