Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyfilyanin authored Sep 19, 2023
1 parent 4457f5c commit d193c5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ RUN cargo build -p gear-cli --profile $PROFILE

# ===== SECOND STAGE ======

FROM ubuntu:22.10
FROM ubuntu:22.04
MAINTAINER GEAR
LABEL description="This is the 2nd stage: a very small image where we copy the Gear binary."
ARG PROFILE=production
Expand Down

0 comments on commit d193c5c

Please sign in to comment.