mirror of
https://github.com/fradelg/docker-mysql-cron-backup.git
synced 2025-06-28 07:36:40 +00:00
use go with alpine
This commit is contained in:
parent
979741e5d1
commit
7f4c340402
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM golang:1.20.4 AS binary
|
||||
FROM golang:1.20.4-alpine3.18 AS binary
|
||||
RUN apk -U add openssl git
|
||||
|
||||
ARG DOCKERIZE_VERSION=v0.7.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue