Skip to content

Commit ed4a172

Browse files
chore(deps): bump alpine from 3.21 to 3.22 in /images (#1534)
Bumps alpine from 3.21 to 3.22. --- updated-dependencies: - dependency-name: alpine dependency-version: '3.22' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 649cc2c commit ed4a172

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

images/go_service.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ RUN --mount=type=cache,target=/root/.cache/go-build \
4646
--mount=type=cache,target=/go/pkg/mod \
4747
go build -gcflags="${SKAFFOLD_GO_GCFLAGS}" -o program ./${service_dir}/cmd/${MAIN_BINARY}
4848

49-
FROM alpine:3.21
49+
FROM alpine:3.22
5050

5151
# Copy only the binary from the previous image
5252
COPY --from=builder /work/program .

0 commit comments

Comments
 (0)