Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
verbose: true
push:
needs: [lint]
uses: libops/.github/.github/workflows/build-push.yaml@5f44a8c8d157bb7e5cf6d9e1c98847a604e87455 # main
uses: libops/.github/.github/workflows/build-push.yaml@7277eacc89fca014481b2ca66039f4176509bcfc # main
permissions:
contents: read
packages: write
Expand Down
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ ARG \
# renovate: datasource=go depName=golang.org/x/vuln
GOVULNCHECK_VERSION=v1.7.0 \
# renovate: datasource=go depName=github.com/securego/gosec/v2
GOSEC_VERSION=v2.28.0 \
GOSEC_VERSION=v2.29.0 \
# renovate: datasource=go depName=github.com/rhysd/actionlint
ACTIONLINT_VERSION=v1.7.12 \
# renovate: datasource=go depName=github.com/bufbuild/buf
BUF_VERSION=v1.72.0 \
# renovate: datasource=go depName=github.com/sqlc-dev/sqlc
SQLC_VERSION=v1.31.1

FROM node:24-trixie@sha256:66bb8d36ae1ddd72199ed235a089904874ca4079ee517936ca3adb80506a75c1 AS go-tools-builder
FROM node:24-trixie@sha256:e3883d5e4d0b1998cc27f355bd9202cbaf86edc14d07b54b715def0ed4c71093 AS go-tools-builder

ARG \
TARGETARCH \
Expand Down Expand Up @@ -61,7 +61,7 @@ RUN --mount=type=cache,id=go-tools-mod-${TARGETARCH},sharing=locked,target=/root
go install github.com/bufbuild/buf/cmd/buf@"${BUF_VERSION}" && \
go install github.com/sqlc-dev/sqlc/cmd/sqlc@"${SQLC_VERSION}"

FROM node:24-trixie@sha256:66bb8d36ae1ddd72199ed235a089904874ca4079ee517936ca3adb80506a75c1
FROM node:24-trixie@sha256:e3883d5e4d0b1998cc27f355bd9202cbaf86edc14d07b54b715def0ed4c71093

ARG TZ
ENV TZ="$TZ"
Expand Down Expand Up @@ -259,7 +259,7 @@ ENV \

ARG \
# renovate: datasource=npm depName=@anthropic-ai/claude-code
CLAUDE_CLI_VERSION=2.1.239 \
CLAUDE_CLI_VERSION=2.1.241 \
# renovate: datasource=npm depName=@openai/codex
CODEX_CLI_VERSION=0.149.1 \
# renovate: datasource=npm depName=@earendil-works/pi-coding-agent
Expand Down
Loading