chore(deps): update alpine docker tag to v3.19
This commit is contained in:
parent
8c8a8ce401
commit
e95afa5b34
|
@ -7,7 +7,7 @@ WORKDIR /opt/src/act_runner
|
|||
|
||||
RUN make clean && make build
|
||||
|
||||
FROM alpine:3.18
|
||||
FROM alpine:3.19
|
||||
RUN apk add --no-cache git bash tini
|
||||
|
||||
COPY --from=builder /opt/src/act_runner/act_runner /usr/local/bin/act_runner
|
||||
|
|
Loading…
Reference in New Issue