We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 548de72 + 2cb5603 commit 5d5cbeaCopy full SHA for 5d5cbea
Dockerfile
@@ -10,7 +10,7 @@ RUN go mod download
10
# Build
11
RUN CGO_ENABLED=0 GOOS=linux go build -ldflags="-X 'github.com/jkaninda/mysql-bkup/utils.Version=${appVersion}'" -o /app/mysql-bkup
12
13
-FROM alpine:3.22.0
+FROM alpine:3.22.1
14
ENV TZ=UTC
15
ARG WORKDIR="/config"
16
ARG BACKUPDIR="/backup"
0 commit comments