Skip to content

Commit edec449

Browse files
chore(deps): bump alpine from 3.17.3 to 3.18.0 (#97)
Bumps alpine from 3.17.3 to 3.18.0. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0006a77 commit edec449

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ COPY . /app
77
RUN go mod download
88
RUN go build ./cmd/cdncheck
99

10-
FROM alpine:3.17.3
10+
FROM alpine:3.18.0
1111
RUN apk -U upgrade --no-cache \
1212
&& apk add --no-cache bind-tools ca-certificates
1313
COPY --from=builder /app/cdncheck /usr/local/bin/

0 commit comments

Comments
 (0)