Skip to content

Commit

Permalink
Merge pull request #2 from celestiaorg/jose/specify-version-base
Browse files Browse the repository at this point in the history
feat: specify the base container version v0.0.1 instead of latest
  • Loading branch information
tty47 authored Feb 23, 2023
2 parents bad90d4 + 400cdc9 commit e72816c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BASE_IMGAGE=ghcr.io/celestiaorg/explorer-base:latest
ARG BASE_IMGAGE=ghcr.io/celestiaorg/explorer-base:v0.0.1
FROM ${BASE_IMGAGE}

# User data
Expand Down

0 comments on commit e72816c

Please sign in to comment.