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.18.1-alpine to 1.18.2-alpine

Bumps golang from 1.18.1-alpine to 1.18.2-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] 2022-06-01 02:00:59 +00:00 committed by Dmitry Belyaev
parent b05def8176
commit 5e6b7b7ff8

View File

@ -1,4 +1,4 @@
FROM golang:1.18.1-alpine as build
FROM golang:1.18.2-alpine as build
WORKDIR /tmp/build