Skip to content

Commit

Permalink
Switch Ubuntu to 22.04 from 20.04 (#5103)
Browse files Browse the repository at this point in the history
  • Loading branch information
satyamz authored Nov 29, 2023
1 parent ee5c26f commit f65bf8a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion exp/tools/dump-ledger-state/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:20.04
FROM ubuntu:22.04

ENV STELLAR_CORE_VERSION=19.14.0-1500.5664eff4e.focal
ENV DEBIAN_FRONTEND=noninteractive
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ WORKDIR /src/regulated-assets-approval-server
RUN go build -o /bin/regulated-assets-approval-server ./services/regulated-assets-approval-server


FROM ubuntu:20.04
FROM ubuntu:22.04

RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates
COPY --from=build /bin/regulated-assets-approval-server /app/
Expand Down
2 changes: 1 addition & 1 deletion services/ticker/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ WORKDIR /src/ticker
RUN go build -o /bin/ticker ./services/ticker


FROM ubuntu:20.04
FROM ubuntu:22.04

RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends ca-certificates
COPY --from=build /bin/ticker /app/
Expand Down

0 comments on commit f65bf8a

Please sign in to comment.