1
0
mirror of https://github.com/b4tman/armhf-alpine-qemu.git synced 2024-10-22 14:55:07 +00:00

Compare commits

...

2 Commits

Author SHA1 Message Date
dependabot[bot]
2bd1310e9f Bump golang from 1.20.3-alpine to 1.20.4-alpine
Bumps golang from 1.20.3-alpine to 1.20.4-alpine.

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-01 09:05:39 +03:00
dependabot[bot]
ab39ddad1c Bump alpine from 3.17.3 to 3.18.0
Bumps alpine from 3.17.3 to 3.18.0.

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-01 09:04:18 +03:00

View File

@ -1,4 +1,4 @@
FROM golang:1.20.3-alpine as build
FROM golang:1.20.4-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.17.3
FROM --platform=linux/arm/v7 alpine:3.18.0
ENV QEMU_EXECVE 1