mirror of
https://github.com/jkaninda/mysql-bkup.git
synced 2026-03-09 10:59:06 +01:00
Merge branch 'main' into dependabot/go_modules/github.com/jkaninda/go-utils-0.1.4
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM golang:1.25.1 AS build
|
||||
FROM golang:1.25.6 AS build
|
||||
WORKDIR /app
|
||||
ARG appVersion=""
|
||||
|
||||
@@ -10,7 +10,7 @@ RUN go mod download
|
||||
# Build
|
||||
RUN CGO_ENABLED=0 GOOS=linux go build -ldflags="-X 'github.com/jkaninda/mysql-bkup/utils.Version=${appVersion}'" -o /app/mysql-bkup
|
||||
|
||||
FROM alpine:3.22.1
|
||||
FROM alpine:3.23.3
|
||||
ENV TZ=UTC
|
||||
ARG WORKDIR="/config"
|
||||
ARG BACKUPDIR="/backup"
|
||||
|
||||
Reference in New Issue
Block a user