Skip to content

Commit

Permalink
Merge pull request #167 from jkaninda/dependabot/docker/alpine-3.21.3
Browse files Browse the repository at this point in the history
chore(deps): bump alpine from 3.21.2 to 3.21.3
  • Loading branch information
jkaninda authored Feb 21, 2025
2 parents cb5de0b + 2c992fe commit 0898405
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.21.2
FROM alpine:3.21.3
ENV TZ=UTC
ARG WORKDIR="/config"
ARG BACKUPDIR="/backup"
Expand Down

0 comments on commit 0898405

Please sign in to comment.