Skip to content

Commit 7232529

Browse files
renovate[bot]g3force
authored andcommitted
chore(deps): pin dependencies
1 parent 9abd529 commit 7232529

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
build_docker:
6161
resource_class: small
6262
docker:
63-
- image: cimg/base:2025.01
63+
- image: cimg/base:2025.01@sha256:f6b81723236539a091130e4f0e57c599253abf2e3980aa4e60eeee871b4e2ef7
6464
steps:
6565
- checkout
6666
- setup_remote_docker
@@ -72,7 +72,7 @@ jobs:
7272
publish_docker:
7373
resource_class: small
7474
docker:
75-
- image: cimg/base:2025.01
75+
- image: cimg/base:2025.01@sha256:f6b81723236539a091130e4f0e57c599253abf2e3980aa4e60eeee871b4e2ef7
7676
steps:
7777
- checkout
7878
- setup_remote_docker

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
FROM golang:1.23-alpine AS build_go
1+
FROM golang:1.23-alpine@sha256:47d337594bd9e667d35514b241569f95fb6d95727c24b19468813d596d5ae596 AS build_go
22
ARG cmd
33
WORKDIR work
44
COPY . .
55
RUN go install ./cmd/${cmd}
66

77
# Start fresh from a smaller image
8-
FROM alpine:3
8+
FROM alpine:3@sha256:56fa17d2a7e7f168a043a2712e63aed1f8543aeafdcee47c58dcffe38ed51099
99
ARG cmd
1010
COPY --from=build_go /go/bin/${cmd} /app
1111
WORKDIR /data

0 commit comments

Comments
 (0)