build(deps): bump golang from 1.19.2-alpine to 1.19.3-alpine (#2645)

Bumps golang from 1.19.2-alpine to 1.19.3-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:
dependabot[bot]
2022-11-11 11:55:24 -06:00
committed by GitHub
parent 74e522a80a
commit 605d8e5b45

View File

@@ -1,5 +1,5 @@
# Stage 1: build artifact
FROM golang:1.19.2-alpine AS builder
FROM golang:1.19.3-alpine AS builder
WORKDIR /app
COPY . /app