Skip to content

Commit

Permalink
fix: use pined version for alpine
Browse files Browse the repository at this point in the history
Make does not work with alpine 3.14, this commit pins the alpine version
to 3.13 to fix the issue.

Fixes denoland#152
  • Loading branch information
wperron committed Aug 11, 2021
1 parent f88e3e0 commit 1e25984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alpine.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM frolvlad/alpine-glibc
FROM frolvlad/alpine-glibc:alpine-3.13

ENV DENO_VERSION=1.13.0

Expand Down

0 comments on commit 1e25984

Please sign in to comment.