Skip to content

Commit

Permalink
Merge pull request #1288 from gliderlabs/dependabot/docker/golang-1.23
Browse files Browse the repository at this point in the history
chore(deps): bump golang from 1.22 to 1.23
  • Loading branch information
josegonzalez authored Aug 15, 2024
2 parents 904015a + d0a2ab5 commit f72d9fe
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
ARG STACK_VERSION=20

FROM golang:1.22 AS builder
FROM golang:1.23 AS builder
RUN mkdir /src
COPY . /src/
WORKDIR /src
Expand Down

0 comments on commit f72d9fe

Please sign in to comment.