Skip to content

Commit

Permalink
Merge pull request #319 from HXLStandard/dev
Browse files Browse the repository at this point in the history
update dockerfile with latest alpine base and libffi
  • Loading branch information
danmihaila authored Apr 27, 2020
2 parents 0175641 + 6dfec38 commit f7041cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM unocha/alpine-base-s6-python3:3.8
FROM unocha/alpine-base-s6-python3:3.11.2

WORKDIR /srv/www

Expand All @@ -8,6 +8,7 @@ RUN apk update && \
apk upgrade && \
apk add \
sqlite && \
apk add libffi-dev && \
mkdir -p \
/etc/services.d/hxl \
/srv/db \
Expand Down

0 comments on commit f7041cc

Please sign in to comment.