Skip to content

Commit 7b4ccbf

Browse files
chore(deps): update docker deps
Generated by renovateBot
1 parent faaf1e5 commit 7b4ccbf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM golang:1.24-alpine as builder
15+
FROM golang:1.25-alpine as builder
1616

1717
ARG TARGETPLATFORM
1818
ARG TARGETARCH
@@ -34,7 +34,7 @@ COPY version.go version.go
3434

3535
RUN CGO_ENABLED=0 GOOS=linux GOARCH=$TARGETARCH go build -a -o lk ./cmd/lk
3636

37-
FROM alpine:3.21
37+
FROM alpine:3.22
3838

3939
COPY --from=builder /workspace/lk /lk
4040

0 commit comments

Comments
 (0)