Merge pull request #822 from terraform-docs/dependabot/docker/library/golang-1.23.4-alpine

chore(deps): bump library/golang from 1.23.1-alpine to 1.23.4-alpine
This commit is contained in:
Pascal Hofmann
2024-12-05 16:34:54 +01:00
committed by GitHub

View File

@@ -6,7 +6,7 @@
# You may obtain a copy of the License at the LICENSE file in
# the root directory of this source tree.
FROM docker.io/library/golang:1.23.1-alpine AS builder
FROM docker.io/library/golang:1.23.4-alpine AS builder
RUN apk add --update --no-cache make