Skip to content

Commit

Permalink
Merge pull request #89 from cutlerydrawer/dependabot/docker/golang-1.…
Browse files Browse the repository at this point in the history
…21.3-alpine

Bump golang from 1.20.7-alpine to 1.21.3-alpine
  • Loading branch information
csmith authored Oct 22, 2023
2 parents 28dd961 + 8db936b commit 9087acc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.20.7-alpine AS build
FROM golang:1.21.3-alpine AS build

COPY . /go/src/github.com/andreimarcu/linx-server
WORKDIR /go/src/github.com/andreimarcu/linx-server
Expand Down

0 comments on commit 9087acc

Please sign in to comment.