Skip to content

Commit

Permalink
feat(loop-action): change base image to update ca-certificate
Browse files Browse the repository at this point in the history
  • Loading branch information
sfwn committed Nov 22, 2024
1 parent 6f60c46 commit c58ff05
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion actions/loop/1.0/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$TARGETPLATFORM registry.erda.cloud/erda/terminus-golang:1.17.12 AS builder
FROM --platform=$TARGETPLATFORM registry.erda.cloud/retag/golang:1.22-bookworm AS builder

# disable CGO for ALL THE THINGS (to help ensure no libc)
ENV CGO_ENABLED 0
Expand Down
4 changes: 2 additions & 2 deletions actions/loop/1.0/dice.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
jobs:
loop:
image: registry.erda.cloud/erda-actions/loop-action:20200710-d0aace2
image: registry.erda.cloud/erda-actions/loop-action:1.0-20241122094352-6f60c46
resources:
cpu: 0.1
mem: 128
disk: 0
disk: 0

0 comments on commit c58ff05

Please sign in to comment.