Skip to content

Commit

Permalink
pinning to 3.12 because edge ships without qrencode binary
Browse files Browse the repository at this point in the history
  • Loading branch information
actualben committed Oct 3, 2024
1 parent 96608ca commit 244da7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qrencode/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:edge as builder
FROM alpine:3.12 AS builder
LABEL maintainer="Backplane BV <[email protected]>"

RUN apk add --no-cache \
Expand All @@ -7,4 +7,4 @@ RUN apk add --no-cache \

WORKDIR /work

ENTRYPOINT [ "/usr/bin/qrencode" ]
ENTRYPOINT [ "/usr/bin/qrencode" ]

0 comments on commit 244da7b

Please sign in to comment.