1
0
mirror of https://github.com/b4tman/armhf-alpine-qemu.git synced 2024-12-04 17:16:53 +00:00

Bump golang from 1.19.4-alpine to 1.19.5-alpine

Bumps golang from 1.19.4-alpine to 1.19.5-alpine.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-02-01 02:01:13 +00:00 committed by Dmitry Belyaev
parent 0e1e2e3c8f
commit 42236a8bc4

View File

@ -1,4 +1,4 @@
FROM golang:1.19.4-alpine as build
FROM golang:1.19.5-alpine as build
WORKDIR /tmp/build