Skip to content

Commit

Permalink
Update amazon/dynamodb-local Docker tag to v2.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 12, 2024
1 parent c2e27ce commit f62eb6b
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.5.2 AS install
FROM amazon/dynamodb-local:2.5.3 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.5.2
FROM amazon/dynamodb-local:2.5.3

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

0 comments on commit f62eb6b

Please sign in to comment.