Skip to content

Commit

Permalink
Merge pull request #274 from brave/renovate/amazon-dynamodb-local-2.x
Browse files Browse the repository at this point in the history
Update amazon/dynamodb-local Docker tag to v2.5.1
  • Loading branch information
mihaiplesa authored Jun 14, 2024
2 parents 370e96f + 454dafc commit b07c016
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dynamo.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG DB_LOCATION=/home/dynamodblocal/db
FROM amazon/dynamodb-local:2.4.0 AS install
FROM amazon/dynamodb-local:2.5.1 AS install

USER root
RUN yum -y install awscli
Expand All @@ -24,7 +24,7 @@ RUN mkdir -p ${DB_LOCATION} && \
--endpoint-url http://localhost:8000 && \
kill $DYNAMO_PID

FROM amazon/dynamodb-local:2.4.0
FROM amazon/dynamodb-local:2.5.1

ARG DB_LOCATION
COPY --chown=dynamodblocal:dynamodblocal --from=install ${DB_LOCATION} /db
Expand Down

0 comments on commit b07c016

Please sign in to comment.