Skip to content

Commit

Permalink
Bump the all-docker group across 3 directories with 3 updates
Browse files Browse the repository at this point in the history
Bumps the all-docker group with 1 update in the / directory: node.
Bumps the all-docker group with 1 update in the /server directory: ubuntu.
Bumps the all-docker group with 2 updates in the /ui directory: ubuntu and nginx.


Updates `node` from 20 to 22

Updates `ubuntu` from 20.04 to 24.04

Updates `ubuntu` from 20.04 to 24.04

Updates `nginx` from 1.17 to 1.27

---
updated-dependencies:
- dependency-name: node
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-docker
- dependency-name: ubuntu
  dependency-type: direct:production
  dependency-group: all-docker
- dependency-name: ubuntu
  dependency-type: direct:production
  dependency-group: all-docker
- dependency-name: nginx
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-docker
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 20, 2024
1 parent 9c5c2ba commit af06319
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20 as build
FROM node:22 as build

# Check the versions
RUN node --version && \
Expand Down
2 changes: 1 addition & 1 deletion server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:20.04 as build
FROM ubuntu:24.04 as build

MAINTAINER SDF Ops Team <[email protected]>

Expand Down
4 changes: 2 additions & 2 deletions ui/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:20.04 as build
FROM ubuntu:24.04 as build

MAINTAINER SDF Ops Team <[email protected]>

Expand Down Expand Up @@ -28,7 +28,7 @@ COPY ./ui /app/ui/
RUN yarn install
RUN yarn workspace ui build

FROM nginx:1.17
FROM nginx:1.27

COPY --from=build /app/ui/build/ /usr/share/nginx/html/
COPY --from=build /app/ui/nginx.conf /etc/nginx/conf.d/default.conf

0 comments on commit af06319

Please sign in to comment.