Skip to content

Commit

Permalink
chore(deps): update nginx docker tag to v1.27
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 5, 2024
1 parent d2bfb67 commit 0436f20
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 0436f20

Please sign in to comment.