1
0
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:
DarthSim 2024-04-15 21:09:19 +03:00
parent c56e9e64b9
commit 0d94a0a47a
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
FROM debian:stable-slim
FROM ubuntu:mantic
RUN apt-get -qq update \
&& apt-get install -y --no-install-recommends \

View File

@ -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"]

View File

@ -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"]