Skip to content

Commit a92bba0

Browse files
chore(deps): bump alpine from 3.21.3 to 3.22.0
Bumps alpine from 3.21.3 to 3.22.0. --- updated-dependencies: - dependency-name: alpine dependency-version: 3.22.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7b565d5 commit a92bba0

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.21.3
13+
FROM alpine:3.22.0
1414
ENV TZ=UTC
1515
ARG WORKDIR="/config"
1616
ARG BACKUPDIR="/backup"

0 commit comments

Comments
 (0)