Skip to content

Commit 4a94fca

Browse files
chore(deps): bump alpine from 3.21 to 3.24
Bumps alpine from 3.21 to 3.24. --- updated-dependencies: - dependency-name: alpine dependency-version: '3.24' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 640f504 commit 4a94fca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ RUN CGO_ENABLED=0 GOOS=${TARGETOS} GOARCH=${TARGETARCH} go build \
2222
-o /voidllm ./cmd/voidllm
2323

2424
# Stage 3: Runtime
25-
FROM alpine:3.21@sha256:48b0309ca019d89d40f670aa1bc06e426dc0931948452e8491e3d65087abc07d
25+
FROM alpine:3.24@sha256:28bd5fe8b56d1bd048e5babf5b10710ebe0bae67db86916198a6eec434943f8b
2626
RUN apk upgrade --no-cache \
2727
&& apk add --no-cache ca-certificates tzdata \
2828
&& addgroup -S voidllm && adduser -S -G voidllm voidllm \

0 commit comments

Comments
 (0)