Skip to content

Commit

Permalink
Bump version 9.0.2 -> 9.03 (3.9-buster-uwsgi)
Browse files Browse the repository at this point in the history
  • Loading branch information
satterly committed Apr 12, 2024
1 parent eb2ce8c commit 8cd9b9c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
env:
REPOSITORY_URL: registry.hub.docker.com
IMAGE_NAME: alerta/alerta-web
PLATFORM: 3.9-buster-uwsgi

steps:
- uses: actions/checkout@v4
Expand All @@ -61,6 +62,7 @@ jobs:
-t $IMAGE_NAME
-t $REPOSITORY_URL/$IMAGE_NAME:$(cat VERSION)
-t $REPOSITORY_URL/$IMAGE_NAME:$(git rev-parse --short HEAD)
-t $REPOSITORY_URL/$IMAGE_NAME:$PLATFORM
-t $REPOSITORY_URL/$IMAGE_NAME:latest .
- name: Docker Login
uses: docker/login-action@v3
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ ARG RELEASE
ARG VERSION

ENV SERVER_VERSION=${RELEASE}
ENV CLIENT_VERSION=8.5.2
ENV WEBUI_VERSION=8.7.0
ENV CLIENT_VERSION=8.5.3
ENV WEBUI_VERSION=8.7.1

ENV NGINX_WORKER_PROCESSES=1
ENV NGINX_WORKER_CONNECTIONS=1024
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9.0.2
9.0.3

0 comments on commit 8cd9b9c

Please sign in to comment.