Skip to content

Commit

Permalink
bump som ubuntu version for proper dependencies (#677)
Browse files Browse the repository at this point in the history
  • Loading branch information
aalu1418 committed Apr 24, 2024
1 parent 72e2340 commit d9ae041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ops/monitoring/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN go build -o ./monitoring ./cmd/monitoring/*.go

# Production image

FROM ubuntu:20.04
FROM ubuntu:22.04

RUN apt-get update && apt-get install -y ca-certificates
COPY --from=build /solana-monitoring/monitoring /monitoring
Expand Down

0 comments on commit d9ae041

Please sign in to comment.