mirror of
https://github.com/imgproxy/imgproxy.git
synced 2024-11-24 08:12:38 +02:00
Update CI Docker image
This commit is contained in:
parent
c56e9e64b9
commit
0d94a0a47a
2
.github/ci-docker/Dockerfile
vendored
2
.github/ci-docker/Dockerfile
vendored
@ -1,4 +1,4 @@
|
||||
FROM debian:stable-slim
|
||||
FROM ubuntu:mantic
|
||||
|
||||
RUN apt-get -qq update \
|
||||
&& apt-get install -y --no-install-recommends \
|
||||
|
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
@ -11,7 +11,7 @@ jobs:
|
||||
lint:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: darthsim/imgproxy-ci:202311211816
|
||||
image: darthsim/imgproxy-ci:202404152040
|
||||
strategy:
|
||||
matrix:
|
||||
go-version: ["1.22.x"]
|
||||
|
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -11,7 +11,7 @@ jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: darthsim/imgproxy-ci:202311211816
|
||||
image: darthsim/imgproxy-ci:202404152040
|
||||
strategy:
|
||||
matrix:
|
||||
go-version: ["1.22.x", "1.21.x"]
|
||||
|
Loading…
Reference in New Issue
Block a user