chore(deps): update golang docker tag to v1.27
auth0mock / build (push) Skipped
renovate/stability-days Updates have met minimum release age requirement
auth0mock / build (pull_request) Failing after 50s

This commit is contained in:
2026-08-19 23:01:17 +00:00
parent 2fd66b13bb
commit 2331531425
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.26@sha256:0d1d3a794be25f809dd2cb3160d8c73276c4056a9f8242a138e908ddeee7b6b6 AS build
FROM golang:1.27@sha256:65b6f280bf050ec5af12716857e8ea8439d694dbba8f31ceeb7630670071f2bb AS build
WORKDIR /build
ENV CGO_ENABLED=0