Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pqlog
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
Container Registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
smol
pqlog
Commits
e014db31
Commit
e014db31
authored
8 months ago
by
renovate
Browse files
Options
Downloads
Patches
Plain Diff
Update golang Docker tag to v1.22
parent
76aa8ab1
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!5
Update golang Docker tag to v1.22
Pipeline
#69567
passed
8 months ago
Stage: test
Stage: build
Changes
1
Pipelines
1
Hide 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 @
e014db31
# Don't build a static binary, the duckdb libraries need NSS for name
# resolution and such anyway.
FROM
golang:1.2
1
AS
build
FROM
golang:1.2
2
AS
build
ADD
. /src
WORKDIR
/src
RUN
go build
-trimpath
-o
/pqlogd ./cmd/pqlogd
...
...
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