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.21.4-alpine to 1.21.5-alpine

Bumps golang from 1.21.4-alpine to 1.21.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] 2024-01-01 02:17:38 +00:00 committed by Dmitry Belyaev
parent 16d4fdcb9b
commit f5aafaf237

View File

@ -1,4 +1,4 @@
FROM golang:1.21.4-alpine as build
FROM golang:1.21.5-alpine as build
WORKDIR /tmp/build