Skip to content

Commit

Permalink
Merge pull request #103 from MPRS-Labs/dependabot/docker/golang-1.23-…
Browse files Browse the repository at this point in the history
…bullseye

build(deps): bump golang from 1.22-bullseye to 1.23-bullseye
  • Loading branch information
github-actions[bot] authored Sep 1, 2024
2 parents 71b0fb6 + 413a882 commit 0c1ba86
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,7 +1,7 @@
# syntax=docker/dockerfile:1

# this stage is used to build the application
FROM golang:1.22-bullseye AS builder
FROM golang:1.23-bullseye AS builder

COPY ./go.* /src/

Expand Down

0 comments on commit 0c1ba86

Please sign in to comment.