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
8d6419f8
Commit
8d6419f8
authored
9 months ago
by
ale
Browse files
Options
Downloads
Plain Diff
Merge branch 'renovate/golang-1.x' into 'master'
Update golang Docker tag to v1.22 See merge request
!5
parents
76aa8ab1
e014db31
Branches
Branches containing commit
No related tags found
1 merge request
!5
Update golang Docker tag to v1.22
Pipeline
#69569
passed
9 months ago
Stage: test
Stage: build
Stage: release
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 @
8d6419f8
# 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