Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
incubator4 authored Dec 20, 2024
1 parent 4782eed commit 230cb74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go-builder/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM golang:1.22.5-alpine
FROM golang:1.22.7-alpine

RUN apk add --no-cache \
git \
make \
gcc \
libc-dev \
curl
curl

0 comments on commit 230cb74

Please sign in to comment.