Skip to content

Commit fc7453c

Browse files
committed
Image: patched base image to v1.25.0 and sqlc to 1.30.0
1 parent b7f6b7e commit fc7453c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2626
# SOFTWARE.
2727

28-
FROM golang:1.21-alpine \
28+
FROM golang:1.25-alpine \
2929
AS build
3030

3131
ENV USER=appuser
@@ -44,7 +44,7 @@ RUN apk update \
4444
&& update-ca-certificates
4545

4646
RUN CGO_ENABLED=0 GOOS=linux \
47-
go install github.com/sqlc-dev/sqlc/cmd/sqlc@v1.25.0 \
47+
go install github.com/sqlc-dev/sqlc/cmd/sqlc@v1.30.0 \
4848
&& /go/bin/sqlc version
4949

5050
FROM scratch \

0 commit comments

Comments
 (0)