Skip to content
Snippets Groups Projects
Commit 01abf1a8 authored by Andri Joos's avatar Andri Joos :blush:
Browse files

bump flutter version to 3.24.2

parent 7021e041
No related branches found
No related tags found
No related merge requests found
Pipeline #7395 passed with stage
in 15 minutes and 27 seconds
......@@ -8,4 +8,4 @@ build:
variables:
DOCKER_BUILDX_PLATFORMS: linux/amd64
IMAGE_BASENAME: ${IMAGE_PREFIX}/flutter
IMAGE_NAME: ${IMAGE_BASENAME}:3.24.1,${IMAGE_BASENAME}:3.24,${IMAGE_BASENAME}:3
IMAGE_NAME: ${IMAGE_BASENAME}:3.24.2,${IMAGE_BASENAME}:3.24,${IMAGE_BASENAME}:3
ARG IMAGE_SERVER="registry.420joos.dev"
ARG FLUTTER_VERSION="3.24.1"
ARG FLUTTER_VERSION="3.24.2"
ARG DEPENDENCY_DIR="/tmp/dependencies"
FROM ubuntu:24.04 AS download
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment