Skip to content

Commit

Permalink
Merge pull request #127 from energywebfoundation/fix-lib-upgrade-imag…
Browse files Browse the repository at this point in the history
…e-building

change docker base image to 14-slim and github action runs on ubuntu-…
  • Loading branch information
vickenliu authored Mar 8, 2022
2 parents 86acc3a + 59bf828 commit 31a2434
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
access_token: ${{ github.token }}

unique_id:
runs-on: ubuntu-latest
runs-on: ubuntu-18.04
steps:
- name: Generate unique id
id: unique_id
Expand All @@ -24,7 +24,7 @@ jobs:
unique_id: ${{ steps.unique_id.outputs.id }}

install-build-and-push:
runs-on: ubuntu-latest
runs-on: ubuntu-18.04
needs: [cancel-previous, unique_id]
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion apps/dsb-message-broker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:14-alpine
FROM node:14-slim

RUN mkdir -p /var/deployment
COPY ./ /var/deployment
Expand Down

0 comments on commit 31a2434

Please sign in to comment.