Compare commits

...

2 Commits

Author SHA1 Message Date
dependabot[bot] 999c8ee1a8 Bump alpine from 3.19.0 to 3.19.1
Bumps alpine from 3.19.0 to 3.19.1.

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-05 23:10:49 +03:00
dependabot[bot] d5bf94f36e Bump golang from 1.21.5-alpine to 1.21.6-alpine
Bumps golang from 1.21.5-alpine to 1.21.6-alpine.

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-05 23:02:15 +03:00
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM golang:1.21.5-alpine as build
FROM golang:1.21.6-alpine as build
WORKDIR /tmp/build
@ -20,7 +20,7 @@ RUN echo "${QEMU_RELEASE_SHA256} ${QEMU_RELEASE_FILE}" > ${QEMU_RELEASE_FILE}.s
RUN tar --strip 1 -xzf ${QEMU_RELEASE_FILE}
FROM --platform=linux/arm/v7 alpine:3.19.0
FROM --platform=linux/arm/v7 alpine:3.19.1
ENV QEMU_EXECVE 1