Skip to content

Commit

Permalink
Merge pull request #98 from homeport/dependabot/docker/golang-1.23.1
Browse files Browse the repository at this point in the history
Bump golang from 1.23.0 to 1.23.1
  • Loading branch information
github-actions[bot] authored Sep 9, 2024
2 parents 8cbe0da + 1592a49 commit 3a2c7cb
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
Expand Up @@ -18,7 +18,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.

FROM golang:1.23.0 as bootstrap
FROM golang:1.23.1 as bootstrap
WORKDIR /go/src/github.com/homeport/duct-tape-resource
COPY . .

Expand Down

0 comments on commit 3a2c7cb

Please sign in to comment.