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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ai3
docker
static-content
Commits
e708d8e2
Commit
e708d8e2
authored
2 weeks ago
by
renovate
Browse files
Options
Downloads
Patches
Plain Diff
Update docker.io/library/golang:1.24.3 Docker digest to 81bf592
parent
0ee156ce
No related branches found
No related tags found
1 merge request
!14
Update docker.io/library/golang:1.24.3 Docker digest to 81bf592
Pipeline
#97565
passed
2 weeks 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 @
e708d8e2
FROM
docker.io/library/golang:1.24.3@sha256:8
6b4cff66e04d41821a17cea30c1031ed53e2635e2be99ae0b4a7d69336b5063
as
build
FROM
docker.io/library/golang:1.24.3@sha256:8
1bf5927dc91aefb42e2bc3a5abdbe9bb3bae8ba8b107e2a4cf43ce3402534c6
as
build
ADD
. /src
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