Skip to content

Commit

Permalink
Merge pull request #6 from leojonathanoh/enhancement/bump-dnsmasq-2.8…
Browse files Browse the repository at this point in the history
…6-variants-base-image-to-alpine-3.16

Enhancement: Bump dnsmasq 2.86 variants base image to `alpine:3.16`
  • Loading branch information
leojonathanoh committed Mar 2, 2024
2 parents e411aac + 32a6e17 commit 3d7aeb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion generate/definitions/VARIANTS.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ $local:VARIANTS_MATRIX = @(
package = 'dnsmasq'
package_version = '2.86'
distro = 'alpine'
distro_version = '3.15'
distro_version = '3.16'
subvariants = @(
@{ components = @() }
)
Expand Down
2 changes: 1 addition & 1 deletion variants/2.86/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.15
FROM alpine:3.16
ARG TARGETPLATFORM
ARG BUILDPLATFORM
RUN echo "I am running on $BUILDPLATFORM, building for $TARGETPLATFORM"
Expand Down

0 comments on commit 3d7aeb6

Please sign in to comment.