Skip to content

Commit

Permalink
chore: update base image tag version
Browse files Browse the repository at this point in the history
  • Loading branch information
jkaninda committed Dec 6, 2024
1 parent 917ba89 commit f7d624f
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 f7d624f

Please sign in to comment.