chore: fix Dockerfile.rootless
This commit is contained in:
parent
604a62abc1
commit
bfe0a2622c
2 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM golang:1.23-alpine3.20 AS builder
|
||||
FROM golang:1.23-alpine AS builder
|
||||
# Do not remove `git` here, it is required for getting runner version when executing `make build`
|
||||
RUN apk add --no-cache make git
|
||||
|
||||
|
@ -7,7 +7,7 @@ WORKDIR /opt/src/act_runner
|
|||
|
||||
RUN make clean && make build
|
||||
|
||||
FROM alpine:3.20
|
||||
FROM alpine
|
||||
RUN apk add --no-cache git bash tini
|
||||
|
||||
COPY --from=builder /opt/src/act_runner/act_runner /usr/local/bin/act_runner
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM golang:1.21-alpine3.18 as builder
|
||||
FROM golang:1.23-alpine AS builder
|
||||
# Do not remove `git` here, it is required for getting runner version when executing `make build`
|
||||
RUN apk add --no-cache make git
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue