Skip to content

Commit 5d5cbea

Browse files
authored
Merge pull request #194 from jkaninda/dependabot/docker/alpine-3.22.1
chore(deps): bump alpine from 3.22.0 to 3.22.1
2 parents 548de72 + 2cb5603 commit 5d5cbea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN go mod download
1010
# Build
1111
RUN CGO_ENABLED=0 GOOS=linux go build -ldflags="-X 'github.com/jkaninda/mysql-bkup/utils.Version=${appVersion}'" -o /app/mysql-bkup
1212

13-
FROM alpine:3.22.0
13+
FROM alpine:3.22.1
1414
ENV TZ=UTC
1515
ARG WORKDIR="/config"
1616
ARG BACKUPDIR="/backup"

0 commit comments

Comments
 (0)