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
e624536c
Commit
e624536c
authored
1 month ago
by
renovate
Browse files
Options
Downloads
Patches
Plain Diff
Update docker.io/library/golang:1.24.3 Docker digest to 795a40c
parent
0ee156ce
No related branches found
No related tags found
No related merge requests found
Pipeline
#96592
passed
1 month 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 @
e624536c
FROM
docker.io/library/golang:1.24.3@sha256:
86b4cff66e04d41821a17cea30c1031ed53e2635e2be99ae0b4a7
d6
9
336
b5063
as
build
FROM
docker.io/library/golang:1.24.3@sha256:
795a40cbe36a11e39b0709eb98d7aaa8d312
d6
0
336
d863a0ef1c8aff07c1b3e0
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