Skip to content

Commit

Permalink
Merge pull request #5 from RADAR-base/security/upgrade
Browse files Browse the repository at this point in the history
[security] Up docker base image and prepare for 0.1.4 release
  • Loading branch information
pvannierop authored Oct 18, 2024
2 parents 869a8f2 + 8e729fc commit 89d776a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ COPY src /code/src
COPY tailwind.config.js /code/
RUN npm run build

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

COPY docker/30-env-subst.sh /docker-entrypoint.d/
COPY --from=builder /code/dist /usr/share/nginx/html/
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "radar-home",
"version": "0.1.3",
"version": "0.1.4",
"description": "Home page for RADAR-base",
"scripts": {
"clean": "rm -rf dist",
Expand Down

0 comments on commit 89d776a

Please sign in to comment.