Skip to content

Commit

Permalink
Release 2.0.2 - See CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tiredofit committed Aug 12, 2022
1 parent ffa6be6 commit 612e4dc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 2.0.2 2022-08-12 <dave at tiredofit dot ca>

### Changed
- Fix alpine builds


## 2.0.1 2022-08-12 <dave at tiredofit dot ca>

### Added
Expand Down
3 changes: 1 addition & 2 deletions Dockerfile.alpine
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG ALPINE_VERSION=3.16

FROM docker.io/alpine:${ALPINE_VERSION}
FROM docker.io/tiredofit/alpine:${ALPINE_VERSION}
LABEL maintainer="Dave Conroy (github.com/tiredofit)"

ARG NODE_VERSION
Expand All @@ -14,7 +14,6 @@ RUN set -x && \
gcc \
linux-headers \
make \
python2 \
python3 \
&& \
\
Expand Down

0 comments on commit 612e4dc

Please sign in to comment.