Skip to content

Commit

Permalink
Bump BCI base image to 15.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonkopliku committed Jan 23, 2023
1 parent 4eaeb71 commit fe4fbec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ ENV MIX_ENV=$MIX_ENV
RUN mix phx.digest
RUN mix release

FROM registry.suse.com/bci/bci-base:15.3 AS trento
FROM registry.suse.com/bci/bci-base:15.4 AS trento
LABEL org.opencontainers.image.source="https://github.com/trento-project/web"
ARG MIX_ENV=prod
ENV LANG en_US.UTF-8
Expand Down
4 changes: 2 additions & 2 deletions packaging/suse/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ WORKDIR /build/web/assets
RUN npm run tailwind:build
RUN npm run build

FROM bci/bci-base:15.3 AS release
FROM bci/bci-base:15.4 AS release
# Workaround for https://github.com/openSUSE/obs-build/issues/487
RUN zypper --non-interactive in sles-release
RUN zypper -n in elixir elixir-hex erlang-rebar3
Expand All @@ -26,7 +26,7 @@ ENV VERSION=%%VERSION%%
RUN mix phx.digest
RUN mix release

FROM bci/bci-base:15.3 AS trento
FROM bci/bci-base:15.4 AS trento
# Define labels according to https://en.opensuse.org/Building_derived_containers
# labelprefix=com.suse.trento
LABEL org.opencontainers.image.source="https://github.com/trento-project/web"
Expand Down

0 comments on commit fe4fbec

Please sign in to comment.