Skip to content

Commit

Permalink
0.9.17
Browse files Browse the repository at this point in the history
  • Loading branch information
bluet committed Dec 13, 2022
1 parent cfba432 commit a7b518e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM docker:20.10
LABEL maintainer="BlueT - Matthew Lien - 練喆明 <bluet@bluet.org>"

# Docker defaults
ENV CRONICLE_VERSION 0.9.16
ENV CRONICLE_VERSION 0.9.17
ENV CRONICLE_base_app_url 'http://localhost:3012'
ENV CRONICLE_WebServer__http_port 3012
ENV CRONICLE_WebServer__https_port 443
Expand Down
2 changes: 1 addition & 1 deletion docker-build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

VERSION=0.9.16
VERSION=0.9.17

docker build --pull -t bluet/cronicle-docker .
docker scan bluet/cronicle-docker:latest
Expand Down

0 comments on commit a7b518e

Please sign in to comment.