Update version

This commit is contained in:
Florian Hoss 2022-10-26 08:55:36 +02:00
parent 18a59fe0fb
commit fe190003e3
4 changed files with 5 additions and 5 deletions

View file

@ -28,7 +28,7 @@ COPY --from=logo /logo/logo.txt .
COPY entrypoint.sh .
RUN chmod +x entrypoint.sh
COPY --from=go /backend/config/ ./config/
COPY --from=go /backend/config/*.json ./config/
COPY --from=go /backend/templates ./templates/
COPY --from=go /backend/static ./static/
COPY --from=go /backend/app .

2
Jenkinsfile vendored
View file

@ -1,6 +1,6 @@
pipeline {
environment {
VERSION = "v1.1.3"
VERSION = "v1.1.4"
PROJECT_NAME = JOB_NAME.split('/')
IMAGE_NAME = "unjxde/${PROJECT_NAME[0]}"
IMAGE = ''

View file

@ -11,11 +11,11 @@ A blazing fast start-page for your services written in Go.
## Dark Mode
<img style="border-radius:0.5rem" src="https://filedn.eu/lhdsENsife1QUzPddOpRjb5/godash/dark_v1.1.3.png" alt="dark_mode" width="600"/>
<img style="border-radius:0.5rem" src="https://filedn.eu/lhdsENsife1QUzPddOpRjb5/godash/dark_v1.1.4.png" alt="dark_mode" width="600"/>
## Light Mode
<img style="border-radius:0.5rem" src="https://filedn.eu/lhdsENsife1QUzPddOpRjb5/godash/light_v1.1.3.png" alt="light_mode" width="600"/>
<img style="border-radius:0.5rem" src="https://filedn.eu/lhdsENsife1QUzPddOpRjb5/godash/light_v1.1.4.png" alt="light_mode" width="600"/>
## Lighthouse performance test

View file

@ -6,7 +6,7 @@ module.exports = {
},
plugins: [require("daisyui")],
daisyui: {
themes: ["lofi", "halloween"],
themes: ["winter", "halloween"],
logs: false,
darkTheme: "halloween",
},