Browse Source

CLDC-4429: remove redundant fix

CLDC-4429-test-code-scanner
Nat Dean-Lewis 3 weeks ago
parent
commit
98cb6e04f5
  1. 2
      Dockerfile

2
Dockerfile

@ -1,7 +1,5 @@
FROM ruby:3.4.4-alpine3.20 as base FROM ruby:3.4.4-alpine3.20 as base
# RUN apk update && apk upgrade --no-cache
WORKDIR /app WORKDIR /app
# Add the timezone as it's not configured by default in Alpine # Add the timezone as it's not configured by default in Alpine

Loading…
Cancel
Save