Skip to content

Commit

Permalink
Merge pull request #44 from refaktor/dependabot/docker/dot-docker/gol…
Browse files Browse the repository at this point in the history
…ang-1.21-alpine

Bump golang from 1.16-alpine to 1.21-alpine in /.docker
  • Loading branch information
refaktor authored Dec 4, 2023
2 parents abb4487 + d942c52 commit 2eb187f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.16-alpine AS builder
FROM golang:1.21-alpine AS builder

RUN apk add --no-cache git sqlite-dev bash gcc libc-dev

Expand Down

0 comments on commit 2eb187f

Please sign in to comment.