Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
バージョンアップ
  • Loading branch information
takei-ryuichi authored Sep 27, 2024
1 parent 04b6369 commit c5e1280
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapter_docker/multistage/before/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.19.3
FROM golang:latest

WORKDIR /app
COPY ./app /app
Expand Down

0 comments on commit c5e1280

Please sign in to comment.