Skip to content

Commit e1d0aa0

Browse files
Merge branch 'master' into snyk-upgrade-26e8b21ab4840de43b9b47779ae8f761
2 parents f40d65f + a27c6fd commit e1d0aa0

File tree

6 files changed

+619
-53
lines changed

6 files changed

+619
-53
lines changed

exercises/udacity-c2-frontend/package-lock.json

Lines changed: 4 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
FROM nginx:1.23.1-alpine
1+
FROM nginx:1.23.2-alpine
22

33
COPY nginx.conf /etc/nginx/nginx.conf

project/c2-microservices-v1/udacity-c2-frontend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ COPY . .
1212
RUN ionic build
1313

1414
## Run
15-
FROM nginx:1.23.1-alpine
15+
FROM nginx:1.23.2-alpine
1616
#COPY www /usr/share/nginx/html
1717
COPY --from=ionic /usr/src/app/www /usr/share/nginx/html

project/c2-microservices-v1/udacity-c2-restapi-user/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Set the base image
2-
FROM node:17-bullseye-slim
2+
FROM node:18.9.1-slim
33
# Create app directory
44
WORKDIR /usr/src/app
55
# Copy package.json AND package-lock.json

0 commit comments

Comments
 (0)