Skip to content

Commit 33cfe24

Browse files
committed
Update Docker file
1 parent c78a208 commit 33cfe24

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile-ecds

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Use the Ruby 3.2.2 image from Docker Hub as the base image (https://hub.docker.com/_/ruby)
2-
FROM ruby:3.2.2
1+
# Use the Ruby 3.4.4 image from Docker Hub as the base image (https://hub.docker.com/_/ruby)
2+
FROM ruby:3.4.4
33

44
RUN ls /etc
55
RUN apt update -qq && apt install -y postgresql-client git libvips curl cron vim libgeos-dev
@@ -53,7 +53,7 @@ ENV RAILS_ENV=development
5353
ENV REACT_APP_HOSTNAME=$HOSTNAME
5454
ENV REACT_APP_IIIF_MANIFEST_ITEM_LIMIT=$REACT_APP_IIIF_MANIFEST_ITEM_LIMIT
5555
ENV REACT_APP_IIIF_MANIFEST_ITEM_LIMIT=$REACT_APP_IIIF_MANIFEST_ITEM_LIMIT
56-
ENV REACT_APP_MAP_TILER_KEY=$REACT_APP_MAP_TILER_KEY
56+
ENV VITE_MAP_TILER_KEY=$REACT_APP_MAP_TILER_KEY
5757
ENV SECRET_KEY_BASE=$SECRET_KEY_BASE
5858
ENV ELASTICSEARCH_API_KEY=$ELASTICSEARCH_API_KEY
5959
ENV ELASTICSEARCH_HOST=$ELASTICSEARCH_HOST

0 commit comments

Comments
 (0)