Skip to content

Commit

Permalink
new ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaieremia committed Aug 20, 2024
1 parent 769b12c commit 4932389
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ WORKDIR /multiversx/cmd/notifier
RUN go build -o notifier

# ===== SECOND STAGE ======
FROM ubuntu:22.04
FROM ubuntu:24.10
RUN apt-get update && apt-get install -y openssl ca-certificates
COPY --from=builder /multiversx/cmd/notifier /multiversx

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.devnet
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ WORKDIR /multiversx/cmd/notifier
RUN go build -o notifier

# ===== SECOND STAGE ======
FROM ubuntu:22.04
FROM ubuntu:24.10
RUN apt-get update && apt-get install -y openssl ca-certificates
COPY --from=builder /multiversx/cmd/notifier /multiversx

Expand Down

0 comments on commit 4932389

Please sign in to comment.