Skip to content

Commit

Permalink
chore(deps): update alpine docker tag to v3.19
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and artek-koltun committed Dec 11, 2023
1 parent 20b8cf2 commit e6fdf5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ COPY pkg/ pkg/
RUN go build -v -o /opi-spdk-bridge ./cmd/...

# second stage to reduce image size
FROM alpine:3.18
FROM alpine:3.19
COPY --from=builder /opi-spdk-bridge /
COPY --from=docker.io/fullstorydev/grpcurl:v1.8.9-alpine /bin/grpcurl /usr/local/bin/
EXPOSE 50051 8082
Expand Down

0 comments on commit e6fdf5e

Please sign in to comment.