Skip to content

Commit f623ce1

Browse files
committed
1 parent 10c1279 commit f623ce1

File tree

1 file changed

+1
-1
lines changed
  • project/c2-microservices-v1/udacity-c2-frontend

1 file changed

+1
-1
lines changed

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.2-alpine
15+
FROM nginx:1.26.2-alpine
1616
#COPY www /usr/share/nginx/html
1717
COPY --from=ionic /usr/src/app/www /usr/share/nginx/html

0 commit comments

Comments
 (0)