Skip to content

Commit

Permalink
Merge pull request #7244 from opencrvs/renovate/nginx-1.x
Browse files Browse the repository at this point in the history
chore(deps): update nginx docker tag to v1.27
  • Loading branch information
n1koo authored Jul 5, 2024
2 parents d2bfb67 + 0436f20 commit 70d60b4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/client/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ WORKDIR /app/packages/client
COPY --chown=node:node packages/client /app/packages/client
RUN yarn install --frozen-lockfile && yarn build

FROM nginx:1.25
FROM nginx:1.27
RUN apt-get update && apt-get upgrade -y

COPY --from=0 /app/packages/client/build/ /usr/share/nginx/html/
Expand Down
2 changes: 1 addition & 1 deletion packages/components/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN yarn build-storybook

# Step 2. Build the actual image

FROM nginx:1.25
FROM nginx:1.27

RUN apt-get update && apt-get upgrade -y

Expand Down
2 changes: 1 addition & 1 deletion packages/login/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN yarn install --frozen-lockfile && yarn build

# Step 2. Build the actual image

FROM nginx:1.25
FROM nginx:1.27

RUN apt-get update && apt-get upgrade -y

Expand Down

0 comments on commit 70d60b4

Please sign in to comment.