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

bump flutter version to 3.24.3

parent 01abf1a8
No related branches found
No related tags found
No related merge requests found
Pipeline #7397 passed with stage
in 15 minutes and 37 seconds
......@@ -8,4 +8,4 @@ build:
variables:
DOCKER_BUILDX_PLATFORMS: linux/amd64
IMAGE_BASENAME: ${IMAGE_PREFIX}/flutter
IMAGE_NAME: ${IMAGE_BASENAME}:3.24.2,${IMAGE_BASENAME}:3.24,${IMAGE_BASENAME}:3
IMAGE_NAME: ${IMAGE_BASENAME}:3.24.3,${IMAGE_BASENAME}:3.24,${IMAGE_BASENAME}:3
ARG IMAGE_SERVER="registry.420joos.dev"
ARG FLUTTER_VERSION="3.24.2"
ARG FLUTTER_VERSION="3.24.3"
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