Skip to content

Commit

Permalink
use base image version 1.1.0 (#405)
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph Sirianni authored Aug 24, 2021
1 parent a88e690 commit a597769
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
Expand Up @@ -8,7 +8,7 @@ WORKDIR /stanza/artifacts
# hack: "mv stanza_* stanza" gives an error because mv does not like '_*'
RUN for f in stanza_*; do mv "$f" stanza; done

FROM gcr.io/observiq-container-images/stanza-base:v1.0.0
FROM gcr.io/observiq-container-images/stanza-base:v1.1.0

RUN mkdir -p /stanza_home
ENV STANZA_HOME=/stanza_home
Expand Down

0 comments on commit a597769

Please sign in to comment.