Update docker/dockerfile Docker tag to v1.21 (#321)

* Update docker/dockerfile Docker tag to v1.21

* Update Dockerfile

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Dave Gallant <davegallant@proton.me>
This commit is contained in:
renovate[bot]
2026-01-24 08:19:04 -05:00
committed by GitHub
parent f78d9d4eda
commit 8184d1746f

View File

@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1.20
FROM cgr.dev/chainguard/go:latest as build
# syntax=docker/dockerfile:1.21
FROM cgr.dev/chainguard/go:latest AS build
WORKDIR /src