mirror of
https://github.com/external-secrets/external-secrets.git
synced 2024-12-15 17:51:01 +00:00
chore(deps): bump golang from 1.19.0-alpine to 1.19.1-alpine (#1540)
Bumps golang from 1.19.0-alpine to 1.19.1-alpine. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
c549b1f7eb
commit
36f988b59e
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
# This version of Dockerfile is for building without external dependencies.
|
# This version of Dockerfile is for building without external dependencies.
|
||||||
FROM golang:1.19.0-alpine AS builder
|
FROM golang:1.19.1-alpine AS builder
|
||||||
ENV CGO_ENABLED=0 GOOS=linux GOARCH=amd64
|
ENV CGO_ENABLED=0 GOOS=linux GOARCH=amd64
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
# Avoid invalidating the `go mod download` cache when only code has changed.
|
# Avoid invalidating the `go mod download` cache when only code has changed.
|
||||||
|
|
Loading…
Reference in a new issue