Skip to content

Commit 3a93a69

Browse files
authored
Merge pull request #210 from RADAR-base/security/nginx-baseimage-1.27
[security] Set nginx base image version to 1.27
2 parents 8ab51c5 + e8c819f commit 3a93a69

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ plugins {
1313

1414
allprojects {
1515
group = "org.radarbase"
16-
version = "0.5.13"
16+
version = "0.5.14"
1717
}
1818

1919

radar-upload-frontend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ COPY . /app/
1111

1212
RUN npm run build --prod
1313

14-
FROM nginx:1.22
14+
FROM nginx:1.27.2
1515

1616
# add init script
1717
COPY ./docker/nginx.conf /etc/nginx/nginx.conf

0 commit comments

Comments
 (0)