Skip to content

Commit ef27365

Browse files
authored
Merge pull request #12 from mxssl/dependabot/docker/alpine-3.17.3
2 parents 6f2cc97 + b6b5956 commit ef27365

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)