Skip to content

Commit e211add

Browse files
docker(deps): bump alpine from 3.22.1 to 3.22.2 in the docker group
Bumps the docker group with 1 update: alpine. Updates `alpine` from 3.22.1 to 3.22.2 --- updated-dependencies: - dependency-name: alpine dependency-version: 3.22.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: docker ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f8fecc3 commit e211add

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.22.1
52+
FROM alpine:3.22.2
5353

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

0 commit comments

Comments
 (0)