diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index fbb7a8f..dc01ba1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,7 +13,7 @@ jobs: defaults: run: working-directory: api - runs-on: ubuntu-16.04 + runs-on: ubuntu-latest name: Unit tests steps: - uses: actions/checkout@v2 diff --git a/Dockerfile b/Dockerfile index 936171d..877ec2b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,12 +1,10 @@ -FROM ruby:2.7.3-alpine AS ruby-builder +FROM ruby:2.7.4-alpine AS ruby-builder RUN apk add --update build-base COPY ./Gemfile . RUN bundle install - - FROM node:12-alpine AS node-builder WORKDIR /src/api/ @@ -21,8 +19,6 @@ RUN yarn run build # Re-install only production for final layer RUN rm -rf node_modules && yarn install --production - - FROM nginx:1.19.6-alpine AS final-stage ARG TARGETPLATFORM @@ -54,7 +50,7 @@ RUN export ARCH=$(echo $TARGETPLATFORM | cut -d'/' -f2 | sed 's/arm64/aarch64/') rm /etc/nginx/conf.d/default.conf && \ apk add --update \ # From original image - python2 ruby=2.7.3-r0 iproute2 apache2-utils logrotate openssl \ + python2 ruby=2.7.4-r0 iproute2 apache2-utils logrotate openssl \ # For Typescript app nodejs \ && \ diff --git a/docker-compose.yml b/docker-compose.yml index d1ad040..88253dd 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -15,6 +15,7 @@ services: WEBSOCKET: "true" PUBLIC_DOMAIN: null FORCE: null + dns: 172.33.1.2 networks: dncore_network: aliases: diff --git a/releases.json b/releases.json new file mode 100644 index 0000000..c6ddbe6 --- /dev/null +++ b/releases.json @@ -0,0 +1,8 @@ +{ + "0.1.1": { + "hash": "/ipfs/QmTDtAF9P9ZX5eFV11W5vi6W411u3mX5F6hnsYSn1AwjeU", + "uploadedTo": { + "dappnode": "Thu, 10 Jun 2021 10:01:46 GMT" + } + } +}