Skip to content

Commit 8a92115

Browse files
chore(deps): bump alpine from 3.18 to 3.19 (#60)
Bumps alpine from 3.18 to 3.19. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2046cc7 commit 8a92115

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
@@ -17,7 +17,7 @@ ARG TARGETARCH
1717

1818
RUN GOOS=$TARGETOS GOARCH=$TARGETARCH go build -o grype-server ./cmd/grype-server/main.go
1919

20-
FROM alpine:3.18
20+
FROM alpine:3.19
2121

2222
WORKDIR /app
2323

0 commit comments

Comments
 (0)