We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8ab51c5 + e8c819f commit 3a93a69Copy full SHA for 3a93a69
build.gradle.kts
@@ -13,7 +13,7 @@ plugins {
13
14
allprojects {
15
group = "org.radarbase"
16
- version = "0.5.13"
+ version = "0.5.14"
17
}
18
19
radar-upload-frontend/Dockerfile
@@ -11,7 +11,7 @@ COPY . /app/
11
12
RUN npm run build --prod
-FROM nginx:1.22
+FROM nginx:1.27.2
# add init script
COPY ./docker/nginx.conf /etc/nginx/nginx.conf
0 commit comments