@@ -19,7 +19,7 @@ jobs:
# > will be done directly by buildkit. [...]
# > any file mutation in the steps that precede [...] will be ignored
# https://github.com/marketplace/actions/build-and-push-docker-images
- - uses: docker/build-push-action@v3.0.0
+ - uses: docker/build-push-action@v3.1.0
with:
# dma package is only avilable for ppc64le, x86_64 & x86
# https://pkgs.alpinelinux.org/packages?name=dma&branch=edge
@@ -1,9 +1,9 @@
-FROM docker.io/alpine:3.16.0
+FROM docker.io/alpine:3.16.1
ARG DUMB_INIT_PACKAGE_VERSION=1.2.5-r1
ARG NETCAT_PACKAGE_VERSION=1.130-r3
ARG DMA_REPOSITORY=http://dl-cdn.alpinelinux.org/alpine/edge/testing
-ARG DMA_PACKAGE_VERSION=0.13-r2
+ARG DMA_PACKAGE_VERSION=0.13-r3
RUN apk add --no-cache \
dumb-init=${DUMB_INIT_PACKAGE_VERSION} \
netcat-openbsd=${NETCAT_PACKAGE_VERSION} \