Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
static-content
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ai3
docker
static-content
Commits
1a20c2aa
Commit
1a20c2aa
authored
1 week ago
by
renovate
Browse files
Options
Downloads
Patches
Plain Diff
Update docker.io/library/golang Docker tag to v1.24.4
parent
0ee156ce
No related branches found
No related tags found
No related merge requests found
Pipeline
#98932
passed
1 week ago
Stage: test
Stage: build
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+1
-1
1 addition, 1 deletion
Dockerfile
with
1 addition
and
1 deletion
Dockerfile
+
1
−
1
View file @
1a20c2aa
FROM
docker.io/library/golang:1.24.
3
@sha256:8
6b4cff66e04d41821a17cea30c1031ed53e2635e2be99ae0b4a7d69336b5063
as
build
FROM
docker.io/library/golang:1.24.
4
@sha256:8
806e871f0a81b8a5e3165fb743bc1b80d92f6f8a0f0ff317b015c4adeffc0e2
as
build
ADD
. /src
ADD
. /src
RUN
cd
/src
&&
go build
-tags
netgo
-o
staticserver ./staticserver.go
&&
strip staticserver
RUN
cd
/src
&&
go build
-tags
netgo
-o
staticserver ./staticserver.go
&&
strip staticserver
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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