Skip to content
Snippets Groups Projects
Commit 16bfaf56 authored by AndiMajore's avatar AndiMajore
Browse files

updated versions

parent 8e5ab2e1
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,9 @@ RUN rm -rf nginx
RUN npm run build -- --base-href=/
FROM nginx:1.23.2-alpine
FROM nginx:1.23.3-alpine
RUN apk update
COPY --from=build-stage /app/dist/website/ /usr/share/nginx/html/
......
This diff is collapsed.
......@@ -10,7 +10,7 @@ import { ThemeService } from 'src/app/services/theme.service';
styleUrls: ['./app.component.scss'],
})
export class AppComponent {
public version = "1.1.14"
public version = "1.1.15"
public host = "https://drugst.one"
public cdn = "https://cdn.drugst.one"
public backendPath = "https://api.drugst.one/"
......
......@@ -51,8 +51,8 @@
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/10.7.2/highlight.min.js"></script>
<!-- Latest release (dock1) -->
<script type="text/javascript" src="https://cdn.drugst.one/v1.1.14/prod/drugstone.js"></script>
<link rel="stylesheet" href="https://cdn.drugst.one/v1.1.14/prod/styles.css">
<script type="text/javascript" src="https://cdn.drugst.one/v1.1.15/prod/drugstone.js"></script>
<link rel="stylesheet" href="https://cdn.drugst.one/v1.1.15/prod/styles.css">
<!-- <script type="text/javascript" src="https://cdn.drugst.one/nightly/drugstone.js"></script>-->
<!-- <link rel="stylesheet" href="https://cdn.drugst.one/nightly/styles.css">-->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment