Skip to content

Commit

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

chore: bump golang from 1.21.6-alpine to 1.22.0-alpine
  • Loading branch information
AppleGamer22 authored Feb 7, 2024
2 parents eab8125 + 3a057ec commit 5e4ef6f
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 --platform=$BUILDPLATFORM golang:1.21.6-alpine AS build
FROM --platform=$BUILDPLATFORM golang:1.22.0-alpine AS build
WORKDIR /raker
COPY go.* .
COPY server server
Expand Down

0 comments on commit 5e4ef6f

Please sign in to comment.