Skip to content
This repository was archived by the owner on Nov 15, 2019. It is now read-only.

Commit e801489

Browse files
committed
Release version 0.4.3
1 parent 27e2c1e commit e801489

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ hackmdPostgres:
55
- POSTGRES_PASSWORD=hackmdpass
66
- POSTGRES_DB=hackmd
77
hackmd:
8-
image: hackmdio/hackmd:0.4.2
8+
image: hackmdio/hackmd:0.4.3
99
environment:
1010
- POSTGRES_USER=hackmd
1111
- POSTGRES_PASSWORD=hackmdpass

hackmd/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN echo "deb http://apt.postgresql.org/pub/repos/apt/ wheezy-pgdg main" > /etc/
1010
RUN mkdir /hackmd
1111
WORKDIR /hackmd
1212
RUN git clone https://github.com/hackmdio/hackmd.git /hackmd
13-
RUN git checkout -b v0.4.2
13+
RUN git checkout -b v0.4.3
1414

1515
# npm, deps
1616
RUN npm install

0 commit comments

Comments
 (0)