Skip to content
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.

Commit

Permalink
Switch Ubuntu base image to 22.04 from 20.04 (#107)
Browse files Browse the repository at this point in the history
Signed-off-by: Satyam Zode <[email protected]>
Co-authored-by: Satyam Zode <[email protected]>
  • Loading branch information
satyamz and satyamz authored Nov 21, 2023
1 parent f8204ff commit ddfbed8
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 @@ -6,7 +6,7 @@ RUN go mod download
COPY . ./
RUN go install github.com/stellar/starbridge

FROM ubuntu:20.04
FROM ubuntu:22.04
RUN apt-get update
RUN apt-get install -y ca-certificates
COPY --from=builder /go/bin/starbridge ./
Expand Down

0 comments on commit ddfbed8

Please sign in to comment.