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.
1 parent 7b565d5 commit a92bba0Copy full SHA for a92bba0
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.21.3
+FROM alpine:3.22.0
14
ENV TZ=UTC
15
ARG WORKDIR="/config"
16
ARG BACKUPDIR="/backup"
0 commit comments