build(deps): Bump github.com/docker/docker from 27.2.0+incompatible to 27.3.1+incompatible in /app #151
Annotations
1 error and 1 warning
Run docker/build-push-action@v4
buildx failed with: ERROR: failed to solve: process "/bin/sh -c set -x && go generate -skip readme ./... && CGO_ENABLED=0 go build -trimpath -ldflags \"-s -w -X gh.tarampamp.am/indocker-app/app/internal/version.version=${APP_VERSION}\" -o ./app ./cmd/app/ && ./app --version && mkdir -p /tmp/rootfs && cd /tmp/rootfs && mkdir -p ./etc/ssl/certs ./bin ./tmp && echo 'appuser:x:10001:10001::/nonexistent:/sbin/nologin' > ./etc/passwd && echo 'appuser:x:10001:' > ./etc/group && chmod 777 ./tmp && cp /etc/ssl/certs/ca-certificates.crt ./etc/ssl/certs/ && mv /src/app ./bin/app" did not complete successfully: exit code: 1
|
The following actions use a deprecated Node.js version and will be forced to run on node20: docker/build-push-action@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Loading