Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

Commit

Permalink
chore: Update Lowdefy version
Browse files Browse the repository at this point in the history
  • Loading branch information
SamTolmay committed Jun 14, 2021
1 parent 929fec1 commit 0efcdb4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion config-in-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ COPY --chown=node:node . .
RUN npx lowdefy@latest build

# Use the correct Lowdefy base image
FROM lowdefy/lowdefy:3.17.0-alpha.3
FROM lowdefy/lowdefy:3.17.2

# Copy build output from build stage
COPY --from=build --chown=node:node /home/node/lowdefy/.lowdefy/build ./build
Expand Down
2 changes: 1 addition & 1 deletion config-in-image/lowdefy.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

lowdefy: 3.16.5
lowdefy: 3.17.2
name: Lowdefy starter
licence: MIT

Expand Down
4 changes: 2 additions & 2 deletions config-in-volume/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ docker run \
--name lowdefy \
--mount type=volume,source=lowdefy-build,destination=/home/node/lowdefy/build \
--mount type=volume,source=lowdefy-public,destination=/home/node/lowdefy/public \
lowdefy/lowdefy:3.17.0-alpha.3
lowdefy/lowdefy:3.17.2
```

```
Expand All @@ -28,7 +28,7 @@ docker run \
--mount type=volume,source=lowdefy-public,destination=/data/lowdefy/public \
-e LOWDEFY_SERVER_BUILD_DIRECTORY=/data/lowdefy/build \
-e LOWDEFY_SERVER_PUBLIC_DIRECTORY=/data/lowdefy/public \
lowdefy/lowdefy:3.17.0-alpha.2
lowdefy/lowdefy:3.17.2
```

```
Expand Down
2 changes: 1 addition & 1 deletion config-in-volume/lowdefy.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

lowdefy: 3.16.5
lowdefy: 3.17.2
name: Lowdefy starter
licence: MIT

Expand Down

0 comments on commit 0efcdb4

Please sign in to comment.