Skip to content

Commit

Permalink
Merge pull request #13 from pepabo/fix_docker_image
Browse files Browse the repository at this point in the history
Dockerfileもgoのバージョンを上げる
  • Loading branch information
ryuichi1208 authored Dec 1, 2023
2 parents 48ef53b + 7fb3a18 commit a48306e
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.19-bullseye AS build
FROM golang:1.21-bullseye AS build

ARG OYAKI_VERSION

Expand Down

0 comments on commit a48306e

Please sign in to comment.