chore(deps): update alpine docker tag to v3.19

This commit is contained in:
Renovate Bot 2023-12-09 00:02:59 +00:00
parent 8c8a8ce401
commit e95afa5b34
1 changed files with 1 additions and 1 deletions

View File

@ -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