Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf528dae

Browse files
committed
Clean up docker build, bump go to 1.24, remove --build-arg as unused
1 parent89dc262 commitf528dae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎docker/Dockerfile‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
FROM docker:20.10 AS docker
33

44
# Build project
5-
FROM golang:1.20-alpine AS builder
5+
FROM golang:1.24-alpine AS builder
66

77
RUN GOBIN=/usr/local/bin CGO_ENABLED=0 go install github.com/go-task/task/v3/cmd/task@latest
88

‎docker/Taskfile.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ tasks:
1212
desc:"Build task-ui docker image"
1313
dir:'{{ .root }}'
1414
cmds:
15-
-docker build --build-arg ssh_private_key="$(cat ./.ssh/id_rsa)" -t {{ .image }} -f docker/Dockerfile --squash .
15+
-docker build -t {{ .image }} -f docker/Dockerfile .
1616
-docker images | grep {{ .image }}
1717

1818
gen:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp