Skip to content

Commit

Permalink
Use tumbleweed in final container stage (#356)
Browse files Browse the repository at this point in the history
  • Loading branch information
arbulu89 authored Jan 24, 2024
1 parent d7efd7d commit eb7dd5a
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 @@ -17,7 +17,7 @@ ENV MIX_ENV=$MIX_ENV
RUN mix phx.digest
RUN mix release

FROM registry.suse.com/bci/bci-base:15.4 AS wanda
FROM opensuse/tumbleweed AS wanda
LABEL org.opencontainers.image.source="https://github.com/trento-project/wanda"
ARG MIX_ENV=prod
ENV MIX_ENV=$MIX_ENV
Expand Down

0 comments on commit eb7dd5a

Please sign in to comment.