Skip to content

Commit 372d960

Browse files
docker(deps): bump alpine in the docker-images group
Bumps the docker-images group with 1 update: alpine. Updates `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 dependency-group: docker-images ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 903ee92 commit 372d960

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ RUN CGO_ENABLED=0 GOOS=${TARGETOS} GOARCH=${TARGETARCH} go build \
4949
RUN file /app/articulate-parser || echo "file command not available"
5050

5151
# Development stage - uses Alpine for shell access
52-
FROM alpine:3.21.3
52+
FROM alpine:3.22.0
5353

5454
# Install minimal dependencies
5555
RUN apk add --no-cache ca-certificates tzdata

0 commit comments

Comments
 (0)