Skip to content

Commit

Permalink
Merge pull request #63 from snapp-incubator/dependabot/docker/golang-…
Browse files Browse the repository at this point in the history
…1.23-bullseye

chore(deps): bump golang from 1.22-bullseye to 1.23-bullseye
  • Loading branch information
1995parham authored Sep 1, 2024
2 parents 3e30773 + 3640430 commit 9835f26
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,5 +1,5 @@
#build stage
FROM golang:1.22-bullseye AS builder
FROM golang:1.23-bullseye AS builder
WORKDIR /go/src/app

COPY go.sum go.mod /go/src/app/
Expand Down

0 comments on commit 9835f26

Please sign in to comment.