Skip to content

Commit

Permalink
Actually save Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
elffjs committed Jan 6, 2024
1 parent 2c6755f commit 7caaa90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.19.5 AS build
FROM golang:1.21 AS build

RUN useradd -u 10001 dimo

Expand Down

0 comments on commit 7caaa90

Please sign in to comment.