Skip to content

Commit

Permalink
Merge pull request #1 from IsantePlus/patch-sql-file
Browse files Browse the repository at this point in the history
Fix base sql file
  • Loading branch information
pmanko committed Dec 13, 2021
2 parents c7acdc7 + 1933374 commit dbaa4e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yml
Expand Up @@ -13,7 +13,7 @@ on:
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
ISANTEPLUS_VERSION: 2.9.1
ISANTEPLUS_VERSION: main

jobs:
deploy:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -70,7 +70,7 @@ RUN set -ex; \
apt-key list > /dev/null

ENV MYSQL_MAJOR 5.7
ENV MYSQL_VERSION 5.7.35-1debian10
ENV MYSQL_VERSION 5.7.36-1debian10

RUN echo 'deb http://repo.mysql.com/apt/debian/ buster mysql-5.7' > /etc/apt/sources.list.d/mysql.list

Expand Down

0 comments on commit dbaa4e3

Please sign in to comment.