Skip to content

Commit

Permalink
fix(ci): inject SENTRY_RELEASE into Dockerfile (#577)
Browse files Browse the repository at this point in the history
  • Loading branch information
balzdur authored Oct 28, 2024
1 parent edad24d commit f664087
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ ARG SENTRY_ORG
ENV SENTRY_ORG=$SENTRY_ORG
ARG SENTRY_PROJECT
ENV SENTRY_PROJECT=$SENTRY_PROJECT
ARG VERSION
ENV VERSION=$VERSION
ARG SENTRY_RELEASE
ENV SENTRY_RELEASE=$SENTRY_RELEASE

RUN apt-get update
RUN apt-get -y install ca-certificates
COPY . /usr/src/app
Expand Down

0 comments on commit f664087

Please sign in to comment.