Skip to content

Commit

Permalink
Whoops, too many Dollar signs $$$
Browse files Browse the repository at this point in the history
  • Loading branch information
dj-maisy committed Apr 25, 2024
1 parent e0facd3 commit 8fc929f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ARG base_image=ghcr.io/alphagov/govuk-ruby-base:$ruby_version
ARG builder_image=ghcr.io/alphagov/govuk-ruby-builder:$ruby_version


FROM --platform=$TARGETPLATFORM $$builder_image AS builder
FROM --platform=$TARGETPLATFORM $builder_image AS builder

WORKDIR $APP_HOME
COPY Gemfile* .ruby-version ./
Expand All @@ -13,7 +13,7 @@ RUN bootsnap precompile --gemfile .
RUN rails assets:precompile && rm -fr log


FROM --platform=$TARGETPLATFORM $$base_image
FROM --platform=$TARGETPLATFORM $base_image

ENV GOVUK_APP_NAME=smart-answers

Expand Down

0 comments on commit 8fc929f

Please sign in to comment.