Skip to content

Commit

Permalink
miniupnpc: updated to 2.2.8-r0
Browse files Browse the repository at this point in the history
alpine: changed to edge image for lates miniupnpc version
  • Loading branch information
queeup committed Jun 28, 2024
1 parent 7e69cd3 commit de50ac8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Containerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG ALPINE_VERSION=3.19
ARG ALPINE_VERSION=edge

FROM alpine:${ALPINE_VERSION} as build
ARG MINIUPNPC_VERSION=2.2.5-r0
ARG MINIUPNPC_VERSION=2.2.8-r0
RUN apk add --no-cache miniupnpc=${MINIUPNPC_VERSION}

FROM scratch
Expand Down

0 comments on commit de50ac8

Please sign in to comment.