Skip to content

Commit

Permalink
Merge pull request #141 from jkaninda/refactor
Browse files Browse the repository at this point in the history
chore: update base image
  • Loading branch information
jkaninda authored Dec 7, 2024
2 parents 4904e8d + c644aa6 commit cbeb8b0
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 @@ -9,7 +9,7 @@ RUN go mod download
# Build
RUN CGO_ENABLED=0 GOOS=linux go build -ldflags="-X 'github.com/jkaninda/pg-bkup/utils.Version=${appVersion}'" -o /app/pg-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 cbeb8b0

Please sign in to comment.