Skip to content

Commit da428ec

Browse files
Bump alpine from 3.22 to 3.23 in the minor-updates group
Bumps the minor-updates group with 1 update: alpine. Updates `alpine` from 3.22 to 3.23 --- updated-dependencies: - dependency-name: alpine dependency-version: '3.23' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-updates ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ba43083 commit da428ec

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
@@ -18,7 +18,7 @@ COPY . .
1818
# Build the application
1919
RUN CGO_ENABLED=0 GOOS=linux go build -ldflags="-s -w" -o /newt
2020

21-
FROM alpine:3.22 AS runner
21+
FROM alpine:3.23 AS runner
2222

2323
RUN apk --no-cache add ca-certificates tzdata
2424

0 commit comments

Comments
 (0)