Skip to content

Commit

Permalink
Update Alpine version to latest (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom authored Aug 17, 2023
1 parent eba377c commit 7a83f44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.10
FROM alpine:3.18.3
RUN apk add --no-cache coreutils gcc libc-dev make nasm python3
WORKDIR /opt/test-runner
COPY bin/run.sh bin/
Expand Down
2 changes: 1 addition & 1 deletion tests/compile-error/expected_results.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": 2,
"status": "error",
"message": "/usr/lib/gcc/x86_64-alpine-linux-musl/8.3.0/../../../../x86_64-alpine-linux-musl/bin/ld: compile_error_test.o: in function `test_add':\n/opt/test-runner/tests/compile-error/compile_error_test.c:14: undefined reference to `add'\ncollect2: error: ld returned 1 exit status\nmake: *** [Makefile:29: tests] Error 1\n",
"message": "/usr/lib/gcc/x86_64-alpine-linux-musl/12.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: compile_error_test.o: in function `test_add':\n/opt/test-runner/tests/compile-error/compile_error_test.c:14: undefined reference to `add'\ncollect2: error: ld returned 1 exit status\nmake: *** [Makefile:29: tests] Error 1\n",
"tests": []
}

0 comments on commit 7a83f44

Please sign in to comment.