3 Commits 1365b00855 ... c6441656e5

Author SHA1 Message Date
  Fabian Peter Hammerle c6441656e5 upgrade dma package from 0.13-r2 to 0.13-r3 (openssl3 rebuild) 1 year ago
  dependabot[bot] 7c0634cbed build(deps): bump docker/build-push-action from 3.0.0 to 3.1.0 1 year ago
  dependabot[bot] f53b667c56 build(deps): bump alpine from 3.16.0 to 3.16.1 1 year ago
2 changed files with 3 additions and 3 deletions
  1. 1 1
      .github/workflows/container-image.yml
  2. 2 2
      Dockerfile

+ 1 - 1
.github/workflows/container-image.yml

@@ -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

+ 2 - 2
Dockerfile

@@ -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} \