Skip to content

Commit 6d514d2

Browse files
chore: bump alpine in /build/common in the docker-deps group
Bumps the docker-deps group in /build/common 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-deps ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1aea31d commit 6d514d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/common/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ COPY . ./
1212
RUN CGO_ENABLED=0 GOOS=linux GOARCH=$(go env GOARCH) go build -ldflags="-s -w" ./cmd/$COMPONENT
1313

1414

15-
FROM alpine:3.21.3
15+
FROM alpine:3.22.1
1616

1717
RUN apk update && \
1818
apk add --no-cache ca-certificates && \

0 commit comments

Comments
 (0)