Skip to content

Commit

Permalink
switch to Travelping Erlang images for tests and builds
Browse files Browse the repository at this point in the history
  • Loading branch information
RoadRunnr committed May 18, 2021
1 parent 86ccae6 commit 14eccf9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
otp: [23.0.4, 23.1.5.0, 23.2.7.0]
otp: ["23.1", "23.2", "23.3", "24.0"]
fail-fast: false
container:
image: erlang:${{ matrix.otp }}-alpine
image: quay.io/travelping/alpine-erlang:${{ matrix.otp }}
options: --privileged
steps:
- name: Prepare
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ FROM alpine:3.13
WORKDIR /
RUN apk update && \
apk --no-cache upgrade && \
apk --no-cache add zlib ncurses-libs libcrypto1.1 lksctp-tools tini yaml
apk --no-cache add libgcc libstdc++ zlib ncurses-libs libcrypto1.1 lksctp-tools tini yaml
COPY docker/docker-entrypoint.sh /
COPY config/ergw-c-node.config /etc/ergw-c-node/

Expand Down

0 comments on commit 14eccf9

Please sign in to comment.