Skip to content

Commit

Permalink
fix: move SUPERCRONIC_VERSION var
Browse files Browse the repository at this point in the history
  • Loading branch information
pcfreak30 committed Dec 27, 2024
1 parent 41a8606 commit 80917f0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
ARG ETCD_VERSION=3.5
ARG SUPERCRONIC_VERSION=0.2.33

FROM docker.io/bitnami/etcd:${ETCD_VERSION}

ARG SUPERCRONIC_VERSION=0.2.33

# Switch to root user
USER root

Expand Down

0 comments on commit 80917f0

Please sign in to comment.