Skip to content

Commit 7b69996

Browse files
committed
Fix Dockerfile and upgrade to ubuntu 25
1 parent a8ca254 commit 7b69996

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:24.10
1+
FROM ubuntu:25.10
22

33
# copy sources
44
COPY . /home/jhipster/jhipster-dotnetcore
@@ -49,7 +49,7 @@ RUN \
4949

5050
# expose the working directory
5151
USER jhipster
52-
ENV PATH $PATH:/usr/bin
52+
ENV PATH=$PATH:/usr/bin
5353
WORKDIR "/home/jhipster/app"
5454
VOLUME ["/home/jhipster/app"]
5555
CMD ["jhipster-dotnetcore"]

0 commit comments

Comments
 (0)