Skip to content

Commit

Permalink
Merge pull request #150 from jkaninda/feature/azure-blob
Browse files Browse the repository at this point in the history
chore: update base image tag version
  • Loading branch information
jkaninda authored Dec 6, 2024
2 parents 1e9e1ed + f7d624f commit 6df3bae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.20.3
FROM alpine:3.21.0
ENV TZ=UTC
ARG WORKDIR="/config"
ARG BACKUPDIR="/backup"
Expand Down

0 comments on commit 6df3bae

Please sign in to comment.