UPDATE PW version
Some checks failed
${{ github.actor }} executed Build Push Prod / build (push) Failing after 1m36s
${{ github.actor }} executed Build Push Prod / deploy (push) Has been skipped

This commit is contained in:
maximo tejeda 2025-03-07 21:52:59 -04:00
parent 0417c83f82
commit bb91d0c45d

View File

@ -15,7 +15,7 @@ COPY . .
# Install playwright cli with right version for later use
RUN PWGO_VER=$(grep -oE "playwright-go v\S+" /app/go.mod | sed 's/playwright-go //g') \
&& go install github.com/playwright-community/playwright-go/cmd/playwright@${PWGO_VER}
&& go install github.com/playwright-community/playwright-go/cmd/playwright@v1.48.2
# https://stackoverflow.com/questions/70369368/check-architecture-in-dockerfile-to-get-amd-arm
RUN go build -o bin/crawler \
-ldflags "-X main.Shortsha=${SHORTSHA} \