Skip to content

Commit 07587a5

Browse files
author
vtm9
committed
Use ubuntu 16.04
1 parent 3795b8d commit 07587a5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
build:
99
if: github.repository == 'hexlet-codebattle/codebattle'
10-
runs-on: ubuntu-18.04
10+
runs-on: ubuntu-16.04
1111

1212
services:
1313
db:

services/app/Dockerfile.dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM elixir:1.12.3
1+
FROM elixir:1.12.3-slim
22

33
RUN mix local.hex --force \
44
&& mix local.rebar --force

0 commit comments

Comments
 (0)