Browse Source

CLDC-4229: upgrade at start of file

CLDC-4429-test-empty-branch
Nat Dean-Lewis 2 weeks ago
parent
commit
b5363318c3
  1. 2
      Dockerfile

2
Dockerfile

@ -12,7 +12,7 @@ RUN apk upgrade --no-cache
# build-base: compilation tools for bundle
# yarn: node package manager
# postgresql-dev: postgres driver and libraries
RUN apk add --no-cache build-base=0.5-r3 busybox=1.36.1-r29 nodejs=20.15.1-r0 yarn=1.22.22-r0 bash=5.2.26-r0 libpq-dev yaml-dev linux-headers
RUN apk add --no-cache build-base busybox nodejs yarn bash libpq-dev yaml-dev linux-headers
# Bundler version should be the same version as what the Gemfile.lock was bundled with
RUN gem install bundler:2.6.4 --no-document

Loading…
Cancel
Save