Skip to content

Commit

Permalink
Fixes to go image
Browse files Browse the repository at this point in the history
  • Loading branch information
gwdp committed Feb 9, 2024
1 parent b536980 commit 4c8e156
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/hybridless-registry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- node:18-slim
- webdevops/php-nginx:alpine-php5
- webdevops/php-nginx:alpine-php7
- go:latest
- golang:1.21
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- name: Sync Docker Image to Registry
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hybridless/hybridless",
"version": "0.1.15-alpha4",
"version": "0.1.15-alpha5",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/assets/task-httpd/Dockerfile-Httpd-Go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/hybridless/go:latest
FROM ghcr.io/hybridless/go:1.21

# Set the working directory inside the container
WORKDIR /app
Expand Down

0 comments on commit 4c8e156

Please sign in to comment.