Skip to content

Commit

Permalink
Merge pull request #286 from RADAR-base/security/upgrade
Browse files Browse the repository at this point in the history
[security] Change docker image base and prepare for 4.4.4 release
  • Loading branch information
pvannierop authored Oct 18, 2024
2 parents 975531c + 079151c commit 233fe9b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion authorizer-app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ COPY ./ /app/

RUN yarn build

FROM nginxinc/nginx-unprivileged:1.24-alpine
FROM nginxinc/nginx-unprivileged:1.27-alpine3.20-perl

ENV BASE_HREF="/rest-sources/authorizer/" \
BACKEND_BASE_URL="http://localhost/rest-sources/backend" \
Expand Down
2 changes: 1 addition & 1 deletion authorizer-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "authorizer-app",
"version": "4.4.2",
"version": "4.4.4",
"description": "Simple app to authorize to collect data from third party services ",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@Suppress("ConstPropertyName")
object Versions {
const val project = "4.4.3"
const val project = "4.4.4"

const val java = 17

Expand Down

0 comments on commit 233fe9b

Please sign in to comment.