Skip to content

Commit

Permalink
Use GOVUK ruby image to improve memory handling
Browse files Browse the repository at this point in the history
  • Loading branch information
kentsanggds committed Nov 29, 2023
1 parent 3b649d6 commit 239a158
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
FROM ruby:3.2.2
ARG ruby_version=3.2.2
ARG base_image=ghcr.io/alphagov/govuk-ruby-base:$ruby_version
ARG builder_image=ghcr.io/alphagov/govuk-ruby-builder:$ruby_version

FROM $builder_image AS builder

WORKDIR /srv/app/datagovuk_find

Expand Down

0 comments on commit 239a158

Please sign in to comment.