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

Switch Ubuntu base image to 22.04 from 20.04 #107

Merged
merged 1 commit into from
Nov 21, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading