Skip to content

Commit cfeebbc

Browse files
Bump alpine from 3.18.3 to 3.18.4
Bumps alpine from 3.18.3 to 3.18.4. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8800f1b commit cfeebbc

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
@@ -6,7 +6,7 @@ ARG BIN_NAME
66
ARG TARGETARCH
77
RUN GOARCH=${TARGETARCH} /builder.sh ${BIN_NAME}
88

9-
FROM alpine:3.18.3
9+
FROM alpine:3.18.4
1010
RUN apk add --no-cache gcompat
1111

1212
# https://pkg.go.dev/net#hdr-Name_Resolution

0 commit comments

Comments
 (0)