Skip to content

Commit

Permalink
Updating dockerfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
UellingtonDamasceno committed Aug 15, 2023
1 parent bb5778c commit b676253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ WORKDIR /opt
COPY . .
RUN mvn -Pnative -DskipTests package && ls

FROM ubuntu:bionic
FROM ubuntu:23.04
RUN apt-get update -y && apt-get upgrade -y && apt-get autoremove -y\
&& apt-get install net-tools -y\
&& apt-get install iproute2 -y\
Expand Down

0 comments on commit b676253

Please sign in to comment.