Skip to content

Commit 4b5dd50

Browse files
committed
0.9.30
1 parent f0344e3 commit 4b5dd50

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM docker:24.0
22
LABEL maintainer="BlueT - Matthew Lien - 練喆明 <[email protected]>"
33

44
# Docker defaults
5-
ENV CRONICLE_VERSION 0.9.27
5+
ENV CRONICLE_VERSION 0.9.30
66
ENV CRONICLE_base_app_url 'http://localhost:3012'
77
ENV CRONICLE_WebServer__http_port 3012
88
ENV CRONICLE_WebServer__https_port 443

docker-build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
VERSION=0.9.27
3+
VERSION=0.9.30
44

55
docker build --pull -t bluet/cronicle-docker .
66
docker scan bluet/cronicle-docker:latest

0 commit comments

Comments
 (0)