Skip to content

Commit

Permalink
Merge pull request #210 from RADAR-base/security/nginx-baseimage-1.27
Browse files Browse the repository at this point in the history
[security] Set nginx base image version to 1.27
  • Loading branch information
pvannierop authored Oct 18, 2024
2 parents 8ab51c5 + e8c819f commit 3a93a69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ plugins {

allprojects {
group = "org.radarbase"
version = "0.5.13"
version = "0.5.14"
}


Expand Down
2 changes: 1 addition & 1 deletion radar-upload-frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ COPY . /app/

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
Expand Down

0 comments on commit 3a93a69

Please sign in to comment.