Skip to content

Commit 289f7ba

Browse files
committed
chore:update
1 parent 55e293c commit 289f7ba

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Docker/reqtap/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build stage
2-
FROM alpine:3.19 AS builder
2+
FROM alpine:3.22 AS builder
33

44
# Set build arguments
55
ARG VERSION=latest
@@ -62,4 +62,4 @@ COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
6262
COPY --from=builder /tmp/reqtap /reqtap
6363

6464
# Default command
65-
ENTRYPOINT ["/reqtap"]
65+
CMD ["/reqtap"]

0 commit comments

Comments
 (0)