Skip to content

Commit

Permalink
chore: switch base image to ubuntu (#9)
Browse files Browse the repository at this point in the history
debian has way too old version of glibc

Signed-off-by: Artur Troian <[email protected]>
  • Loading branch information
troian authored Aug 13, 2023
1 parent c3e13aa commit e7f6869
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
@@ -1,7 +1,7 @@
ARG COSMOVISOR_VERSION
FROM ghcr.io/akash-network/cosmovisor-base:$COSMOVISOR_VERSION as cosmovisor

FROM debian:bullseye AS base
FROM ubuntu:jammy AS base
LABEL "org.opencontainers.image.source"="https://github.com/akash-network/cosmovisor"

ARG TARGETARCH
Expand Down

0 comments on commit e7f6869

Please sign in to comment.