Skip to content

Commit b6b5956

Browse files
Bump alpine from 3.17.2 to 3.17.3
Bumps alpine from 3.17.2 to 3.17.3. --- 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 6f2cc97 commit b6b5956

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
@@ -18,7 +18,7 @@ RUN CGO_ENABLED=0 \
1818
go build -v -o wait-for-pg
1919

2020
# Copy compiled binary to clear Alpine Linux image
21-
FROM alpine:3.17.2
21+
FROM alpine:3.17.3
2222
WORKDIR /
2323
RUN apk add --no-cache ca-certificates
2424
COPY --from=builder /go/src/github.com/mxssl/wait-for-pg/wait-for-pg /usr/local/bin/wait-for-pg

0 commit comments

Comments
 (0)