Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
flutter-base
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
docker images
flutter
flutter-base
Commits
01abf1a8
Commit
01abf1a8
authored
4 months ago
by
Andri Joos
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
Dockerfile
+1
-1
1 addition, 1 deletion
Dockerfile
with
2 additions
and
2 deletions
.gitlab-ci.yml
+
1
−
1
View file @
01abf1a8
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Dockerfile
+
1
−
1
View file @
01abf1a8
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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment