base / base/blob-archiver

fix(dockerfile): alpine version mismatch between builder and final image

Open Beginner friendly
#67 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Go
Stars
126
Forks
87
PR merge metrics
No merged PRs in 30d

Description

The builder stage uses golang:1.24.0-alpine3.21 but the final image uses alpine:3.19. They should use the same Alpine version to avoid potential compatibility issues. The final image should be updated to alpine:3.21 to match.

Contributor guide

No contributing guide indexed for this repository

Research direction

Open the Dockerfile and compare the Alpine versions used by the builder and final image stages. Update the final image to Alpine 3.21 to match the builder, then build the image to confirm the stages use compatible versions.

Written by the indexing model from the issue text.

Assessment

Tech stack
docker, go
Domain
devops
Issue type
Bug
Difficulty
1/5
Estimated time
Under an hour
Activity status
Quiet
Clarity
Clearly specified
Newbie friendliness
75/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.