Skip to content

Commit

Permalink
Merge pull request bluet#26 from lisez/cronicle-0.9.12
Browse files Browse the repository at this point in the history
Update cronicle to 0.9.12
  • Loading branch information
bluet authored Nov 4, 2022
2 parents 9576bc0 + a8e42af commit 3111060
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.11
ENV CRONICLE_VERSION 0.9.12
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.11
VERSION=0.9.12

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

0 comments on commit 3111060

Please sign in to comment.