mirror of
https://github.com/jrasanen/writefreely-docker.git
synced 2025-02-05 08:52:46 +02:00
Bump the WriteFreely version to 0.12.0
Signed-off-by: Gergely Nagy <me@gergo.csillger.hu>
This commit is contained in:
parent
d6f3bce552
commit
923b10e955
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
# Build image
|
||||
FROM golang:1.13-alpine as build
|
||||
|
||||
ARG WRITEFREELY_VERSION=v0.11.2
|
||||
ARG WRITEFREELY_VERSION=v0.12.0
|
||||
ARG WRITEFREELY_FORK=writeas/writefreely
|
||||
|
||||
RUN apk add --update nodejs nodejs-npm make g++ git sqlite-dev
|
||||
|
|
Loading…
Add table
Reference in a new issue