Skip to content

Commit

Permalink
Update pixel seed data to get upated test page
Browse files Browse the repository at this point in the history
  • Loading branch information
bwang committed May 28, 2024
1 parent f44d523 commit 08ae126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.database
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM mariadb:10.6.7

COPY src/seedDb.sh /docker-entrypoint-initdb.d/

ARG database="database_2024-04-15_10-56-47-0500(CDT).tar.gz"
ARG database="database_2024-05-28_12-10-37-0500(CDT).tar.gz"

RUN apt-get update && apt-get install -y \
curl \
Expand Down

0 comments on commit 08ae126

Please sign in to comment.